{
  "name": "Diacom - Diabetes Tracking System",
  "short_name": "Diacom",
  "description": "Modern Diabetes Tracking System — monitor blood glucose, timelines, charts, reports and more.",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "lang": "en",
  "scope": "/",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/diacom.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/diacom.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/diaicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "/icons/chart.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Blood Glucose Chart"
    }
  ],
  "shortcuts": [
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View glucose timeline",
      "url": "/timeline",
      "icons": [{ "src": "/icons/diacom.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Charts",
      "short_name": "Charts",
      "description": "View glucose charts",
      "url": "/chart",
      "icons": [{ "src": "/icons/diacom.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View health reports",
      "url": "/report",
      "icons": [{ "src": "/icons/diacom.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
