30s Neck Stretch

30s Neck Stretch

30 seconds for a healthy neck!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.3.4",
  "description": "__MSG_extDesc__",
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "icons": {
    "16": "ui/logo_16.png",
    "48": "ui/logo_48.png",
    "128": "ui/logo_128.png"
  },
  "web_accessible_resources": [
    "ui/logo_128.png"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "ui/logo_19.png",
      "38": "ui/logo_38.png"
    },
    "default_title": "__MSG_switchOff__"
  },
  "manifest_version": 2
}