{
  "name": "আমার ডায়েট — Digital Diet Chart",
  "short_name": "আমার ডায়েট",
  "description": "Diet chart software for Bangladeshi dieticians and nutritionists",
  "id": "/",
  "start_url": "/dashboard?source=installed",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f3ed",
  "theme_color": "#111a17",
  "categories": ["medical", "health"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Diet Chart",
      "short_name": "New Chart",
      "description": "Build a new diet chart",
      "url": "/prescriptions/new?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "View patient list",
      "url": "/patients?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
