Rewire Firefox

Examine source code of Rewire

Inspect and view changes in Rewire source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Rewire",
  "version": "0.0.1",
  "description": "Stop doom scrolling! Keep your data local! Take back control of your browsing with our privacy-first AI powered extension, Rewire!",
  "options_ui": {
    "open_in_tab": true,
    "page": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module",
    "service_worker": "background.js",
    "persistant": true
  },
  "action": {
    "default_title": "Rewire",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Rewire_16.png",
      "32": "Rewire_32.png",
      "48": "Rewire_48.png",
      "128": "Rewire_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "Rewire_16.png",
    "32": "Rewire_32.png",
    "48": "Rewire_48.png",
    "128": "Rewire_128.png"
  },
  "permissions": [
    "declarativeNetRequest",
    "storage"
  ],
  "incognito": "spanning",
  "browser_specific_settings": {
    "gecko": {
      "id": "{52165bd3-9aa8-4d05-9c23-505eec1c21ae}"
    }
  }
}

Best Rewire Alternatives

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