Drink Water Firefox

Examine source code of Drink Water

By: Nabendu
Inspect and view changes in Drink Water source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Drink Water",
  "description": "A reminder to drink some water every two hours to hit the goal of 2 litres a day",
  "version": "0.0.2resigned1",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "permissions": [
    "notifications",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "Drink Water"
  },
  "page_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "Drink Water"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c27fa79-fa3a-4602-9473-ba9b5f8d6dde}"
    }
  }
}

Best Drink Water Alternatives

Here are some Firefox add-ons that are similar to Drink Water: