{
  "id": "/",
  "name": "Scantry",
  "short_name": "Scantry",
  "description": "The home inventory that forgives you. Scan groceries and household stuff, see what you have from the store, and never buy a third bottle of cumin again. Built ND-first: quick scans, no guilt, works offline.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070b08",
  "theme_color": "#070b08",
  "categories": ["productivity", "lifestyle", "shopping"],
  "lang": "en-US",
  "dir": "ltr",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay", "tabbed"],
  "launch_handler": { "client_mode": "focus-existing" },
  "edge_side_panel": { "preferred_width": 420 },
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "file_handlers": [
    { "action": "./", "accept": { "application/json": [".json"] }, "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }], "launch_type": "single-client" }
  ],
  "protocol_handlers": [
    { "protocol": "web+homeinv", "url": "./?share=%s" }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan an item",
      "short_name": "Scan",
      "url": "./?go=scan",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shopping list",
      "short_name": "Shopping",
      "url": "./?go=shopping",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    { "src": "screenshot-inventory.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "See everything you have at a glance" },
    { "src": "screenshot-shopping.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Your shopping list builds itself" },
    { "src": "screenshot-scan.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Scan groceries in seconds" },
    { "src": "screenshot-wide.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "Works on your computer too" }
  ]
}
