Posture Promoter - with Emma Watson

Posture Promoter - with Emma Watson

Want better posture? Want to maintain a healthier back? Emma Watson will remind you every 30 minutes to sit straight!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Posture Promoter - with Emma Watson",
  "version": "1.0",
  "icons": {
    "128": "emma_icon.png"
  },
  "description": "Want better posture? Want to maintain a healthier back? Emma Watson will remind you every 30 minutes to sit straight!",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ]
}