{
  "name": "ORDONNACE Patient",
  "short_name": "ORDONNACE",
  "description": "Request medication renewals from verified prescribers and show a secure QR code at any participating pharmacy.",
  "id": "/patient",
  "start_url": "/patient",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7faf9",
  "theme_color": "#0f5c60",
  "categories": [
    "medical",
    "health"
  ],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My prescriptions",
      "url": "/patient/prescriptions"
    },
    {
      "name": "Request a renewal",
      "url": "/patient/treatments"
    },
    {
      "name": "Find a pharmacy",
      "url": "/patient/pharmacies"
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "display_override": [
    "standalone",
    "minimal-ui"
  ]
}