{
  "name": "Gattino AI - Launch Assistant",
  "short_name": "Gattino AI",
  "description": "AI-powered multi-platform launch assistant for founders",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Launch Plan",
      "short_name": "Plan",
      "description": "View your launch plan",
      "url": "/?view=plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Platform Tiers",
      "short_name": "Tiers",
      "description": "Browse platform tiers",
      "url": "/?view=tiers",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
