{
  "name": "Product Repo",
  "short_name": "Product Repo",
  "description": "With this application you can scan barcodes, save products to shelves and manage repositories.",
  "version": "1.0",
  "manifest_version": "1.0",
  "theme_color": "#000000",
  "background_color": "#101010",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/?start",
  "id": "/",
  "icons": [
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "logo.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan",
      "url": "/scan",
      "icons": [{ "src": "/icons/qrCode2.png", "sizes": "96x96" }]
    },
    {
      "name": "Search",
      "url": "/search",
      "icons": [{ "src": "/icons/search.png", "sizes": "96x96" }]
    },
    {
      "name": "Categories",
      "url": "/categories",
      "icons": [{ "src": "/icons/ballot.png", "sizes": "96x96" }]
    },
    {
      "name": "Products",
      "url": "/products",
      "icons": [{ "src": "/icons/listAlt.png", "sizes": "96x96" }]
    }
  ],
  "splash_pages": null
}