Drink Water Reminder

Drink Water Reminder

Your personalized hydration companion! Get timely reminders, track your intake, and prioritize your health with Drink Water Reminder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Drink Water Reminder",
  "version": "1.0",
  "description": "Your personalized hydration companion! Get timely reminders, track your intake, and prioritize your health with Drink Water Reminder",
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "action": {
    "default_popup": "homepage.html",
    "default_icon": {
      "48": "water.png",
      "128": "water.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "water.png",
    "128": "water.png"
  }
}