Cherry Tomato

Cherry Tomato

A tool to boost your productivty

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "3.2.25",
  "offline_enabled": true,
  "minimum_chrome_version": "57",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/icons/icon_16.png",
    "48": "img/icons/icon_48.png",
    "128": "img/icons/icon_128.png",
    "256": "img/icons/icon_256.png"
  },
  "commands": {
    "timerToggle": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "__MSG_commandTimerToggle__",
      "global": true
    },
    "timerSkip": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "__MSG_commandTimerSkip__",
      "global": true
    },
    "minimodeToggle": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "__MSG_commandMinimodeToggle__"
    },
    "windowFocus": {
      "suggested_key": {
        "default": "Ctrl+Shift+9"
      },
      "description": "__MSG_commandWindowFocus__",
      "global": true
    }
  },
  "app": {
    "background": {
      "scripts": [
        "public/main.js"
      ]
    }
  },
  "externally_connectable": {
    "ids": [
      "ibnogddakianadapbhdmefnhfalacnhp"
    ],
    "matches": [
      "*://*.cil.rocks/*",
      "https://sentry.io/*"
    ],
    "accepts_tls_channel_id": false
  },
  "permissions": [
    "https://sentry.io/*",
    "http://cil.rocks/*",
    "notifications",
    "storage",
    "idle",
    "alarms",
    "power",
    "system.display",
    "app.window.alwaysOnTop"
  ]
}