FlowTime 1

FlowTime 1

Pomodoro-driven timer with customizable durations of work and rest periods.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FlowTime 1",
  "short_name": "FlowTime 1",
  "manifest_version": 2,
  "version": "1.3.0",
  "icons": {
    "128": "res/img/icon.png"
  },
  "description": "Pomodoro-driven timer with customizable durations of work and rest periods.",
  "browser_action": {
    "default_icon": "res/img/popup_icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "back.min.js"
    ]
  },
  "offline_enabled": true,
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}