stretchy

stretchy

An extension to set timed intervals to take a break and stretch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "stretchy",
  "version": "0.0.5",
  "description": "An extension to set timed intervals to take a break and stretch",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "16icon.png",
      "48": "48icon.png",
      "128": "128icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "Stretch From Home"
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage",
    "background"
  ]
}