Examine source code of IdiomReplaceX

Inspect and view changes in IdiomReplaceX 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": "IdiomReplaceX",
  "version": "1.3",
  "description": "Adds a button to the browser toolbar, which allows apply IdiomReplaceX on almost any web page. IdiomReplaceX offers filters, which will literarily modify the webpage content when activated. For further information on the net art project IdiomReplaceX please see https://idiomreplacex.de/",
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/irx-logo-48.png",
    "default_title": "IdiomReplaceX"
  },
  "icons": {
    "48": "icons/irx-logo-48.png",
    "96": "icons/irx-logo-96.png"
  },
  "background": {
    "scripts": [
      "js/background-script.js",
      "js/client/activate.js",
      "js/client/idiomReplaceX.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{959172a9-3e8b-46f9-9b9a-11c515513b7f}"
    }
  }
}