Wikidata search

Wikidata search

Search plugin for Wikidata, the free knowledge base that anyone can edit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1",
  "default_locale": "en",
  "icons": {
    "16": "img/wikidata_16px.png",
    "48": "img/wikidata_48px.png",
    "128": "img/wikidata_128px.png"
  },
  "permissions": [
    "tabs",
    "https://www.wikidata.org/w/api.php?action=wbsearchentities*"
  ],
  "omnibox": {
    "keyword": "wd"
  },
  "background": {
    "scripts": [
      "js/itemSuggester.js"
    ]
  },
  "options_page": "html/options.html",
  "manifest_version": 2
}