{
  "name": "Anova ADM Platform",
  "short_name": "ADM",
  "description": "Account Development Manager platform — Anova IoT fleet intelligence",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111111",
  "theme_color": "#FFD732",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "General View",
      "short_name": "General",
      "description": "Portfolio KPI overview",
      "url": "/?tab=general"
    },
    {
      "name": "Customer View",
      "short_name": "Customers",
      "description": "Customer portfolio and detail",
      "url": "/?tab=customer"
    },
    {
      "name": "Day-To-Day",
      "short_name": "Actions",
      "description": "Daily action items",
      "url": "/?tab=daytoday"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone"],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ADM Portfolio Overview"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ADM Mobile View"
    }
  ]
}
