{
  "name": "Order Manager",
  "short_name": "Orders",
  "description": "Track customer orders date-wise, manage items, generate PDF estimates and receipts",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f3ff",
  "theme_color": "#6366f1",
  "categories": ["business", "productivity", "finance"],
  "lang": "en",
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "New",
      "description": "Create a new order",
      "url": "./index.html?view=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All Orders",
      "short_name": "List",
      "description": "View all orders",
      "url": "./index.html?view=list",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
