Saving Private Vikipedi

Saving Private Vikipedi

There was only one site left in the web, and the mission was to save it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Saving Private Vikipedi",
  "version": "1.4",
  "homepage_url": "https://chrome.google.com/webstore/detail/jbcbidnpdnjgghgdpheephnjcgbgiplo",
  "manifest_version": 2,
  "description": "There was only one site left in the web, and the mission was to save it.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.wikipedia.org/"
  ],
  "background": {
    "scripts": [
      "request.js"
    ]
  }
}