{
  "id": "/",
  "name": "Bizzi Solutions",
  "short_name": "Bizzi",
  "description": "Manage your Bizzi Solutions account, AI settings, calls, and customer activity.",
  "start_url": "https://bizzisolutions.com/account?source=pwa",
  "scope": "https://bizzisolutions.com/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#1f1f21",
  "theme_color": "#174876",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "bizzi-pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "bizzi-pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "bizzi-pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calls Dashboard",
      "short_name": "Calls",
      "url": "https://bizzisolutions.com/pages/customer-dashboard?source=pwa-shortcut"
    },
    {
      "name": "AI Settings",
      "short_name": "Settings",
      "url": "https://bizzisolutions.com/pages/ai-settings?source=pwa-shortcut"
    },
    {
      "name": "Account",
      "short_name": "Account",
      "url": "https://bizzisolutions.com/account?source=pwa-shortcut"
    }
  ]
}
