Stretch And Yoga Reminder

Stretch And Yoga Reminder

Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stretch And Yoga Reminder",
  "short_name": "SAYR",
  "version": "0.0.1",
  "description": "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs",
  "permissions": [
    "notifications",
    "background",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/*"
  ]
}