{
  "name": "PantryStock",
  "short_name": "Pantry",
  "description": "Track what is in your pantry, what is running low, and what to buy.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "pantrystock",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f4f6f3",
  "theme_color": "#16a34a",
  "categories": ["food", "lifestyle", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan an item",
      "short_name": "Scan",
      "url": "./index.html#/add?scan=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping list",
      "short_name": "List",
      "url": "./index.html#/list",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Use an item",
      "short_name": "Use",
      "url": "./index.html#/use",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
