{
  "name": "Social Assistant AI - Create Content Anywhere",
  "short_name": "SocialAI",
  "description": "Automate your social media empire! AI-powered content creation, viral video generation, news automation, and smart monetization tools - earn while you sleep.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["productivity", "social", "utilities"],
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Social Assistant AI Dashboard"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Social Assistant AI Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Prompt",
      "short_name": "New Prompt",
      "description": "Create a new AI prompt",
      "url": "/?tab=prompts",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/pwa-icon.svg", "sizes": "96x96" }]
    }
  ]
}
