Examine source code of VIK Wiki Kereső (Kontextus menü)

Inspect and view changes in VIK Wiki Kereső (Kontextus menü) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "VIK Wiki Kereső (Kontextus menü)",
  "version": "1.1",
  "description": "Keress a VIK Wiki-n egyenesen a kontextusmenüből",
  "permissions": [
    "contextMenus"
  ],
  "manifest_version": 2,
  "icons": {
    "180": "icon.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  }
}