{
  "name": "BusinessFlow",
  "short_name": "BusinessFlow",
  "description": "Be the business AI recommends. AI replies to every Google, Facebook & Instagram review automatically, and tells you the moment one needs you.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F5F6FB",
  "theme_color": "#4338CA",
  "lang": "en",
  "dir": "auto",
  "categories": ["business", "productivity", "utilities"],
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Pending Approvals",
      "short_name": "Approvals",
      "description": "Reviews waiting for your approval",
      "url": "/?page=approvals&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reviews",
      "short_name": "Reviews",
      "description": "All your customer reviews",
      "url": "/?page=reviews&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
