TimeDoser

TimeDoser

Dosify your time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appname__",
  "description": "__MSG_appdescription__",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "manifest_version": 2,
  "version": "0.0.9.4",
  "icons": {
    "128": "meta/icon-128.png"
  },
  "permissions": [
    "app.window.alwaysOnTop",
    "storage",
    "notifications",
    "https://www.google-analytics.com/"
  ],
  "commands": {
    "start-stop-command": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "Start / stop the timer",
      "global": true
    },
    "pause-command": {
      "suggested_key": {
        "default": "Ctrl+Shift+9"
      },
      "description": "Pause / resume timer",
      "global": true
    },
    "alwaysOnTop-command": {
      "suggested_key": {
        "default": "Ctrl+Shift+8"
      },
      "description": "Switch always on top",
      "global": true
    },
    "mini-command": {
      "suggested_key": {
        "default": "Ctrl+Shift+7"
      },
      "description": "Collapse / expand the app and focus it",
      "global": true
    }
  },
  "offline_enabled": true,
  "default_locale": "en"
}