LoL Wiki Redirector Firefox

Examine source code of LoL Wiki Redirector

By: TwipleK
Inspect and view changes in LoL Wiki Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "League of Legends Wiki Redirector",
  "version": "1.4",
  "description": "Redirects old League of Legends Fandom Wiki to the new League of Legends Wiki",
  "icons": {
    "16": "geil_icon_lol.png",
    "48": "geil_icon_lol.png",
    "128": "geil_icon_lol.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "geil_icon_lol.png",
      "48": "geil_icon_lol.png",
      "128": "geil_icon_lol.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lol-wiki-redirector@example.com",
      "data_collection_permissions": {
        "collects_data": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LoL Wiki Redirector Alternatives

Here are some Firefox add-ons that are similar to LoL Wiki Redirector: