{
  "name": "Captora AI",
  "short_name": "Captora",
  "description": "AI-powered social media content creator",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f1a",
  "theme_color": "#6366f1",
  "categories": ["productivity", "social"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Post",
      "short_name": "Generate",
      "description": "Create a new AI post",
      "url": "/generate/post",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Post History",
      "short_name": "History",
      "description": "View your past content",
      "url": "/history",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
