Posture Reminder

Posture Reminder

Want better posture? Want to maintain a healthier back? This add-on will remind you to sit straight during the day. Select a motivational image and time interval and you're ready to go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Posture Promoter",
  "version": "1.4.1",
  "description": "Want better posture? Want to maintain a healthier back? This add-on will remind you to sit straight during the day.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}