Get Your Focus Back

Get Your Focus Back

Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "description": "Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.",
  "icons": {
    "128": "icon_128x128.png"
  },
  "manifest_version": 2,
  "name": "Get Your Focus Back",
  "offline_enabled": true,
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "Focus",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.0"
}