{
  "name": "Bae-ka Beauty",
  "short_name": "Bae-ka",
  "description": "AI-powered skin intelligence. Analyze ingredients, scan products, and build your personalized skincare routine.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0a09",
  "theme_color": "#c23a52",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "beauty"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Analyze My Skin",
      "short_name": "Skin Scan",
      "description": "Start an AI skin analysis",
      "url": "/skin-analysis",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan a Product",
      "short_name": "Scan",
      "description": "Scan a product label for ingredient analysis",
      "url": "/scan",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Skin Dashboard",
      "short_name": "My Skin",
      "description": "View your skin progress and routine",
      "url": "/progress",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
