Timer 25: the Minimalist Timer

Timer 25: the Minimalist Timer

A minimalist 25 minutes timer. Simple, reliable and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.15.5",
  "short_name": "Timer25",
  "description": "__MSG_extDesc__",
  "manifest_version": 2,
  "icons": {
    "16": "Timer_16.png",
    "128": "Timer_128.png"
  },
  "omnibox": {
    "keyword": "Timer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "notifications",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "Timer.png",
    "default_title": "Timer 25"
  },
  "default_locale": "en",
  "offline_enabled": true
}