DokuWiki Toolbox

DokuWiki Toolbox

Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DokuWiki Toolbox",
  "short_name": "DW Toolbox",
  "version": "2017.3.18",
  "description": "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web",
  "author": "Andreas Gohr",
  "homepage_url": "https://www.dokuwiki.org/plugin:toolbox",
  "content_scripts": [
    {
      "matches": [
        "https://*/*?do=edit",
        "http://*/*?do=edit"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}