{
  "name": "Stockwell Inventory",
  "short_name": "Stockwell",
  "description": "Operational inventory tracking",
  "start_url": "/inventory/",
  "scope": "/inventory/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4EDE7",
  "theme_color": "#28200E",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New count",
      "short_name": "Count",
      "description": "Start a monthly inventory count",
      "url": "/inventory/?action=count",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
