{
  "id": "/dashboard",
  "name": "MagicScribe",
  "short_name": "MagicScribe",
  "description": "AI-Powered LinkedIn Content Creator",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "lang": "en",
  "categories": ["productivity", "business", "social"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Post",
      "short_name": "Generate",
      "description": "Create a new AI-powered LinkedIn post",
      "url": "/generate",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "My Posts",
      "short_name": "Posts",
      "description": "View and manage your posts",
      "url": "/posts",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Carousel Maker",
      "short_name": "Carousel",
      "description": "Create LinkedIn carousels",
      "url": "/carousel-maker",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
