{
  "name": "Fleetway - Store Portal",
  "short_name": "Fleetway Store",
  "description": "Store management portal for tracking deliveries, managing customers, and viewing invoices",
  "id": "/store",
  "start_url": "/store/login?source=pwa",
  "scope": "/store",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ea580c",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-store-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-store-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "webapp", "url": "https://store.fleetwaysoftware.com/manifest-store.json" }
  ]
}
