Nudge Firefox

Examine source code of Nudge

Inspect and view changes in Nudge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "short_name": "Nudge",
  "name": "Nudge",
  "author": "Jacob Lurye",
  "description": "Redirect distracting webpages to the one you want to focus on.",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Nudge"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "0.0.2resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "nudge@example.org"
    }
  }
}

Best Nudge Alternatives

Here are some Firefox add-ons that are similar to Nudge: