{
  "id": "/app.html?app=patient",
  "name": "MyMediLedger",
  "short_name": "MyMediLedger",
  "description": "Your patient-owned health record — documents, prescriptions, vitals and verified care, on your terms.",
  "start_url": "/app.html",
  "scope": "/app.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0ea37c",
  "categories": [
    "medical",
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}