Get Up and Move

Get Up and Move

Reminders to get up and move around while you're working at the computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Up and Move",
  "version": "1.1.0",
  "manifest_version": 2,
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "background": {
    "page": "eventpage.html",
    "persistent": false
  },
  "options_page": "options.html",
  "description": "Reminders to get up and move around while you're working at the computer",
  "web_accessible_resources": [
    "icon48.png"
  ]
}