{
  "name": "ReviewPilot",
  "short_name": "ReviewPilot",
  "description": "AI-powered Google Review Response Autopilot for local businesses",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1C1917",
  "theme_color": "#F59E0B",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/dashboard.png", "sizes": "1440x900", "type": "image/png", "label": "Dashboard" },
    { "src": "/screenshots/reviews.png",   "sizes": "1440x900", "type": "image/png", "label": "Reviews" }
  ],
  "shortcuts": [
    {
      "name": "Reviews",
      "short_name": "Reviews",
      "description": "View and approve AI reply drafts",
      "url": "/reviews",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "View pain points and highlights",
      "url": "/insights",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
