Clean Timer

Clean Timer

Helps you organize and optimize the tasks that matter for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clean Timer",
  "version": "1.2.1",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Helps you organize and optimize the tasks that matter for you",
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Clean Timer",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "manifest_version": 2
}