{
  "manifest_version":2,
  "name": "WikiMedia Book",
  "version": "0.91",
  "description": "Creates HTML 'book' from a wiki page and its linked pages",
  "author": "Dave Raggett (c) 2012",
  "homepage_url": "http://www.w3.org/2012/07/wikibook/",
  "icons": { "128": "icon.png" },
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/",
    "https://*/"
  ]
}
