{
  "name": "LicenseOS — License Renewal Tracker",
  "short_name": "LicenseOS",
  "description": "Track driving licenses, FSSAI, GST & more. WhatsApp alerts before expiry. Built for India.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#2E4057",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance", "utilities"],
  "icons": [
    {
      "src": "/icons/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/licenseos-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/licenseos-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "License dashboard on mobile"
    },
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "License dashboard on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Add License",
      "short_name": "Add",
      "description": "Quickly add a new license",
      "url": "/add?source=shortcut",
      "icons": [{ "src": "/icons/licenseos-icon-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View all your licenses",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/icons/licenseos-icon-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
