Drinking Water Notification Firefox

Examine source code of Drinking Water Notification

By: NaufalK Add-on
Inspect and view changes in Drinking Water Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Drinking Water Notification",
  "version": "1.4.0",
  "manifest_version": 2,
  "description": "Browser extension that reminds you to drink water every hour",
  "icons": {
    "16": "icons/glass16x16.png",
    "32": "icons/glass32x32.png",
    "48": "icons/glass48x48.png",
    "64": "icons/glass64x64.png",
    "128": "icons/glass128x128.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_title": "Drinking Water Notification",
    "default_icon": {
      "16": "icons/glass16x16.png",
      "32": "icons/glass32x32.png",
      "48": "icons/glass48x48.png",
      "64": "icons/glass64x64.png",
      "128": "icons/glass128x128.png"
    }
  },
  "background": {
    "scripts": [
      "dist/browser-polyfill.min.js",
      "dist/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7e42b3dc-d78f-4fbe-9441-3d46e8a7ad04}",
      "strict_min_version": "58.0"
    }
  }
}

Best Drinking Water Notification Alternatives

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