{
  "name": "The Daily Dose",
  "short_name": "Daily Dose",
  "description": "Fresh health content, every single day — honest notes, studies and voice memos from years in the clinic.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1017",
  "theme_color": "#0d1017",
  "categories": [
    "social",
    "news",
    "entertainment"
  ],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}