Stay Focused

Stay Focused

Block distracting websites and get funny images to go back to work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stay Focused",
  "description": "Block distracting websites and get funny images to go back to work.",
  "version": "1.0.6",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48_HQ.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Stay Focused",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options/options.html",
  "permissions": [
    "storage",
    "webNavigation",
    "tabs"
  ]
}