ergoActive desk health assistant

ergoActive desk health assistant

A chrome extension to promote good desk health by timed reminders and notifcaitons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ergoActive desk health assistant",
  "version": "1.1",
  "description": "A chrome extension to promote good desk health by timed reminders and notifcaitons",
  "icons": {
    "16": "images/eactive16.png",
    "32": "images/eactive32.png",
    "48": "images/eactive48.png",
    "128": "images/eactive128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/eactive16.png",
    "default_popup": "popup.html",
    "default_title": "View ergoActive"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    "images/*.png"
  ]
}