{
  "name": "Medikno - AI Health Analysis",
  "short_name": "Medikno",
  "description": "AI-powered health analysis for medicines, cosmetics, skin and hair health",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Medicine Scanner",
      "short_name": "Medicine",
      "description": "Scan and analyze medicine safety",
      "url": "/scan/medicine",
      "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Cosmetic Scanner",
      "short_name": "Cosmetic",
      "description": "Analyze cosmetic ingredients",
      "url": "/scan/cosmetic", 
      "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Skin Analysis",
      "short_name": "Skin",
      "description": "AI-powered skin health analysis",
      "url": "/scan/skin",
      "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Hair Analysis", 
      "short_name": "Hair",
      "description": "Comprehensive hair health assessment",
      "url": "/scan/hair",
      "icons": [{ "src": "/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Medikno dashboard showing health analysis results"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of medicine scanning interface"
    }
  ]
}