Distract Me Not

Distract Me Not

Stay focused in a world full of distractions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f884915-160e-4276-a216-770a753a3abe}",
      "strict_min_version": "52.0"
    }
  },
  "name": "__MSG_appName__",
  "version": "2.8.0",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/magnet-16.png",
    "32": "icons/magnet-32.png",
    "48": "icons/magnet-48.png",
    "64": "icons/magnet-64.png",
    "128": "icons/magnet-128.png"
  },
  "web_accessible_resources": [
    "index.html"
  ],
  "browser_action": {
    "default_icon": "icons/magnet-128.png",
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "index.html#settings",
    "open_in_tab": true
  },
  "background": {
    "page": "index.html#background"
  },
  "author": "AXeL-dev",
  "homepage_url": "https://github.com/AXeL-dev/distract-me-not",
  "permissions": [
    "notifications",
    "activeTab",
    "storage",
    "tabs",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}