{
  "name": "HiveLog AI",
  "short_name": "HiveLog",
  "description": "AI-powered hive inspection and beekeeping management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "business"],
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/hero-phone-mockup.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "AI Hive Scanner Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Hive",
      "short_name": "Scan",
      "description": "Quickly scan your hive for varroa mites",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Treatment Guide", 
      "short_name": "Guide",
      "description": "Access varroa treatment recommendations",
      "url": "/varroa-treatment-guide",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "lang": "en",
  "dir": "ltr"
}