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


{
  "name": "__MSG_extName__",
  "version": "1.15.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "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",
    "browser_style": true,
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "Timer.png",
    "default_title": "Timer 25"
  },
  "default_locale": "en"
}