Water Reminder

Water Reminder

Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Water Reminder",
  "description": "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "GTW.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "notifications"
  ]
}