wikibox toolkit

wikibox toolkit

A library of tools for aiding the creation of wikiboxes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "wikibox toolkit",
  "version": "1.0.2",
  "description": "A library of tools for aiding the creation of wikiboxes",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "options_page": "options.html",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.wikipedia.org/*"
  ],
  "icons": {
    "128": "images/wikibox-toolkit.png"
  }
}