{
  "id": "/?app=salesparrot",
  "name": "SalesParrot",
  "short_name": "SalesParrot",
  "description": "Your Revenue Growth Engine. Chat with Ask Parrot and manage your workspace from anywhere.",
  "start_url": "/dashboard/assistant?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#075bd8",
  "theme_color": "#075bd8",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Parrot",
      "short_name": "Ask Parrot",
      "description": "Open your SalesParrot assistant workspace.",
      "url": "/dashboard/assistant?source=pwa-shortcut",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
