{
  "name": "Meds Planner",
  "short_name": "MedsPlan",
  "description": "Printable medication planner generator",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f7f6",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}
