{
  "name": "MYSA – Business & COD Platform",
  "short_name": "MYSA",
  "description": "Manage orders, inventory, COD logistics, invoices, staff & marketing in one dashboard.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B2559",
  "theme_color": "#1B2559",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/maskable-icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png?v=3", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your business dashboard",
      "url": "/admin?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Create a new order",
      "url": "/admin/orders?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ]
}
