{
  "name": "Stooker ERP Production",
  "short_name": "Stooker Prod",
  "description": "Stooker Specialty Coffee - Productie Management App voor TC27",
  "lang": "nl",
  "start_url": "/production",
  "scope": "/production",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#053D7D",
  "categories": ["productivity", "business"],
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders Inpakken",
      "short_name": "Packing",
      "description": "Start met orders inpakken",
      "url": "/production/packing",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Batches Overzicht",
      "short_name": "Batches",
      "description": "Bekijk alle batches",
      "url": "/production/batches",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Voorraad",
      "short_name": "Voorraad",
      "description": "Bekijk voorraad overzicht",
      "url": "/production/inventory",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/production-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Productie Dashboard"
    }
  ],
  "display_override": ["standalone", "minimal-ui"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
