{
  "short_name": "EZ",
  "name": "EZ Controller",
  "icons": [
    {
      "src": "/public/icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    }
  ],
  "id": "/",
  "start_url": "/",
  "background_color": "#146eaa",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#146eaa",
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Reader, Battery, Antenna, and more",
      "url": "/",
      "icons": [{ "src": "/public/home.png", "sizes": "192x192" }]
    },
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "description": "Terminal for debugging",
      "url": "/terminal",
      "icons": [{ "src": "/public/terminal.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Inventory of all tags",
      "url": "/showcase/inventory",
      "icons": [{ "src": "/public/inventory.png", "sizes": "192x192" }]
    },
    {
      "name": "Tag Memory",
      "short_name": "Tag Memory",
      "description": "Memory of all tags",
      "url": "/showcase/tag-memory",
      "icons": [{ "src": "/public/tag-memory.png", "sizes": "192x192" }]
    },
    {
      "name": "Webhook",
      "short_name": "Webhook",
      "description": "Webhook for all tags",
      "url": "/showcase/settings",
      "icons": [{ "src": "/public/webhook.png", "sizes": "192x192" }]
    }
  ],
  "description": "Web based controller for RFID reader",
  "screenshots": [
    {
      "src": "/public/home-narrow.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/public/home-wide.png",
      "type": "image/png",
      "sizes": "3360×2100",
      "form_factor": "wide"
    }
  ]
}
