{
  "name": "Poup's AI Hub",
  "short_name": "AI Hub",
  "description": "Curated AI insights for executives: EXCOM briefings, market analysis, and trending repositories",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr-FR",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/optimized/poups_logo_400w.webp",
      "sizes": "400x400",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/optimized/poups_logo_800w.webp",
      "sizes": "800x800", 
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/optimized/dashboard_showcase_1200w.webp",
      "sizes": "1200x800",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "AI Dashboard Executive View"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Dashboard",
      "short_name": "Dashboard",
      "description": "Access today's AI insights",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/optimized/poups_logo_400w.webp",
          "sizes": "400x400",
          "type": "image/webp"
        }
      ]
    }
  ]
}