Water Walk: Anti-Sedentary Reminder

Water Walk: Anti-Sedentary Reminder

Water Walk is an anti-sedentary reminder extension. This extension will remind you every 15, 30 or 60 minutes, as per your set timer choice, with desktop notification (along with random health benefits facts) to take a break.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Water Walk",
  "description": "A super cool anti-sedentary reminder",
  "version": "1.1resigned1",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Water Walk",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}