Mail timer for GMail

Mail timer for GMail

Timer to keep you focused while processing your inbox in Gmail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Mail timer for GMail",
  "version": "0.1.4",
  "description": "Timer to keep you focused while processing your inbox in Gmail.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-19.jpg",
    "default_title": "30 seconds left"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon-128.jpg"
  },
  "options_page": "options.html",
  "manifest_version": 2
}