TomatoTimer(番茄钟)

TomatoTimer(番茄钟)

极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TomatoTimer(番茄钟)",
  "description": "极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.",
  "version": "1.9.1",
  "author": "dayuan",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "notifications",
    "browser_action"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/start16.png",
      "32": "/images/start32.png",
      "48": "/images/start48.png",
      "128": "/images/start128.png"
    }
  },
  "icons": {
    "16": "/images/start16.png",
    "32": "/images/start32.png",
    "48": "/images/start48.png",
    "128": "/images/start128.png"
  }
}