Stay focused

Stay focused

Get a reminder to stay on task when you open a new tab to procrastinate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stay focused",
  "description": "Get a reminder to stay on task when you open a new tab to procrastinate.",
  "version": "1.0",
  "author": "Paul Spelman",
  "browser_action": {
    "default_icon": "favicon-128.png",
    "default_title": "Stay focused"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "96": "favicon-96x96.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}