drift-focus Firefox

Examine source code of drift-focus

Inspect and view changes in drift-focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Drift",
  "version": "0.2.0",
  "description": "Quietly protects your attention with gentle friction on trap sites. No lectures. No guilt. Just a little resistance between you and the algorithm.",
  "author": "Escher Nadeau",
  "browser_specific_settings": {
    "gecko": {
      "id": "drift@eschernadeau.github.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Drift"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best drift-focus Alternatives

Here are some Firefox add-ons that are similar to drift-focus: