Hydrate yourself

Hydrate yourself

It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "water-16.png",
    "48": "water-48.png",
    "128": "water-128.png"
  },
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": "glass3.png",
    "default_popup": "refill_button.html"
  },
  "background": {
    "scripts": [
      "js/counter.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "coffeecup128.png",
    "cup15.png"
  ],
  "options_page": "options/index.html",
  "default_locale": "en"
}