{
  "name": "Water Drinking Reminder",
  "short_name": "Water Reminder",
  "description": "A simple progressive web app to schedule periodic reminders to drink water.",
  "lang": "en-US",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e9f7ff",
  "theme_color": "#00aaff",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}