WikiMapper

WikiMapper

WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WikiMapper",
  "description": "WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole.",
  "version": "2.0.6",
  "icons": {
    "19": "resources/wikimapper-19.png",
    "38": "resources/wikimapper-38.png",
    "48": "resources/wikimapper-48.png",
    "128": "resources/wikimapper-128.png"
  },
  "author": "Patrick McCarthy",
  "homepage_url": "http://www.github.com/ptmccarthy/wikimapper",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webNavigation"
  ],
  "browser_action": {
    "default_title": "WikiMapper",
    "default_icon": "resources/wikimapper-38.png"
  }
}