{
  "name": "GlowAI",
  "short_name": "GlowAI",
  "description": "AI-powered skin analysis and beauty assistant",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#C4788A",
  "background_color": "#070508",
  "lang": "en-US",
  "categories": ["health", "beauty", "lifestyle"],
  "shortcuts": [
    {
      "name": "Scan Skin",
      "short_name": "Scan",
      "description": "Start a new skin scan",
      "url": "./index.html#scan",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Routine",
      "short_name": "Routine",
      "description": "View your skincare routine",
      "url": "./index.html#routine",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
