PostureMinder

PostureMinder

Reminds you to sit up straight with pop-up notifications at specified time intervals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PostureMinder",
  "version": "1.3.3",
  "manifest_version": 2,
  "author": "Sheryl Lun",
  "description": "Reminds you to sit up straight with pop-up notifications at specified time intervals.",
  "icons": {
    "128": "img/spine.png"
  },
  "permissions": [
    "background",
    "notifications",
    "alarms",
    "idle"
  ],
  "background": {
    "scripts": [
      "/js/jquery.js",
      "/js/options.js",
      "/js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "PostureMinder",
    "default_icon": "img/spine.png",
    "default_popup": "popout.html"
  }
}