Stay Hydrated

Stay Hydrated

Be reminded to drink water and keep you body hydrated.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stay Hydrated",
  "description": "Be reminded to drink water and keep you body hydrated.",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "version": "1.2.1",
  "options_page": "options.html",
  "browser_action": {
    "default_title": "Stay Hydrated",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "offline_enabled": true,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}