Desk Yogi Reminder

Desk Yogi Reminder

Desk Yogi every day keeps desk butt away! This app reminds you to get up and move throughout the workday.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Desk Yogi Reminder",
  "short_name": "Desk Yogi",
  "description": "Desk Yogi every day keeps desk butt away! This app reminds you to get up and move throughout the workday.",
  "version": "1.5.1",
  "manifest_version": 2,
  "permissions": [
    "idle",
    "unlimitedStorage",
    "background",
    "storage",
    "alarms",
    "notifications",
    "webview",
    "<all_urls>",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "desk-yogi-16.png",
    "128": "desk-yogi-128.png"
  }
}