{
  "id": "/product-intake",
  "name": "Product Intake",
  "short_name": "Intake",
  "start_url": "/product-intake?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "description": "Scan products, prepare intake drafts, and sync approved products to the POS catalogue.",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/product-intake/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/product-intake/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/product-intake/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan product",
      "short_name": "Scan",
      "url": "/product-intake"
    },
    {
      "name": "Intake drafts",
      "short_name": "Drafts",
      "url": "/product-intake#drafts"
    }
  ]
}
