{
  "name": "Farmaiye Admin Panel",
  "short_name": "Farmaiye Admin",
  "description": "Installable Farmaiye operations console with real-time notifications and deep-link navigation.",
  "id": "/#/dashboard",
  "start_url": "/#/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f9fa",
  "theme_color": "#0f766e",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-app.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/#/dashboard"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/#/orders"
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "url": "/#/notifications"
    }
  ]
}
