{
  "name": "Masha Pharmacy Management System",
  "short_name": "Masha PMS",
  "description": "Modern Pharmacy Management System with Offline Support",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/masha-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "POS",
      "description": "Open the Point of Sale",
      "url": "/sales",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "description": "View inventory",
      "url": "/inventory",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "medical",
    "business",
    "productivity"
  ],
  "prefer_related_applications": false
}
