SVG Replacer Firefox

Examine source code of SVG Replacer

Inspect and view changes in SVG Replacer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SVG Replacer",
  "version": "0.3",
  "description": "Replaces SVG paths with custom ones on websites",
  "author": "Eason Wong",
  "browser_specific_settings": {
    "gecko": {
      "id": "SVGR@EasonWong"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "SVG Replacer",
    "browser_style": true,
    "default_icon": {
      "32": "images/SVGR_32.png",
      "96": "images/SVGR_96.png",
      "128": "images/SVGR_128.png"
    }
  },
  "icons": {
    "32": "images/SVGR_32.png",
    "96": "images/SVGR_96.png",
    "128": "images/SVGR_128.png"
  },
  "manifest_version": 2
}

Best SVG Replacer Alternatives

Here are some Firefox add-ons that are similar to SVG Replacer: