Examine source code of Alter

Inspect and view changes in Alter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Alter",
  "version": "7.0",
  "description": "Redirect to privacy-friendly alternatives",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Alter",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "./logo.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d6e7c48-0f9b-401d-896d-37fd423809d3}"
    }
  }
}