Reddups -- Reminds to stay healthy

Reddups -- Reminds to stay healthy

Remind yourself to stay active while you surf the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddups -- Reminds to stay healthy",
  "description": "Remind yourself to stay active while you surf the web",
  "version": "2.0",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Pushup Time!",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "drink_water_16.png",
    "32": "drink_water_32.png",
    "48": "drink_water_48.png",
    "128": "drink_water_128.png"
  }
}