{
  "name": "PrescriberNow",
  "short_name": "PrescriberNow",
  "description": "Clinician-led telehealth, dispensed by your pharmacy. HIPAA-secure, available across the U.S.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#001B72",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=7",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png?v=7",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png?v=7",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png?v=7",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Sign in",
      "short_name": "Sign in",
      "url": "/login.html",
      "icons": [{ "src": "/icons/icon-192.png?v=7", "sizes": "192x192" }]
    },
    {
      "name": "Book a visit",
      "short_name": "Book",
      "url": "/book.html",
      "icons": [{ "src": "/icons/icon-192.png?v=7", "sizes": "192x192" }]
    }
  ]
}
