Examine source code of wikimobilizer

Inspect and view changes in wikimobilizer 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": "wikimobilizer",
  "version": "0.0.2resigned1",
  "description": "Always use the mobile version of Wikipedia",
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "wikimobilizer"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.wikipedia.org/"
  ],
  "background": {
    "scripts": [
      "wikimobilizer.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e806b985-ba51-48a7-bc3b-493b08ce1157}"
    }
  }
}