Examine source code of Mobile Wikipedia Redirect

Inspect and view changes in Mobile Wikipedia Redirect 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": "Mobile Wikipedia Redirect",
  "description": "Automatically redirects Wikipedia to mobile version",
  "version": "0.1",
  "icons": {
    "128": "icons/wikipedia.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://en.wikipedia.org/*"
  ]
}