{
  "name": "Dukan Manager",
  "short_name": "Dukan",
  "description": "Simple store management — Bill, Stock and Reports",
  "start_url": "/app/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#F97316",
  "orientation": "any",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/app/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/app/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "Bill",
      "url": "/app/index.html#/pos",
      "icons": [{ "src": "/app/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stock",
      "short_name": "Stock",
      "url": "/app/index.html#/stock",
      "icons": [{ "src": "/app/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
