{
  "name": "EdgifyPOS",
  "short_name": "EdgifyPOS",
  "description": "Edgify bakery POS — billing, cakes, kitchen, clock-in",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#ea580c",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Cake Order",
      "short_name": "Cake Order",
      "description": "Open the cake order wizard",
      "url": "/cakes/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cake Kitchen",
      "short_name": "Kitchen",
      "description": "Production board for the cake room",
      "url": "/cakes/baker",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Billing",
      "short_name": "Bill",
      "description": "Open POS billing",
      "url": "/billing",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Staff attendance",
      "url": "/clock-in",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
