Examine source code of Wikid - Wikify the internet

Inspect and view changes in Wikid - Wikify the internet 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
{
  "manifest_version": 2,
  "name": "Wikid - Wikify the internet",
  "version": "0.0.1",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "description": "Add Wikipedia links to any website",
  "browser_action": {
    "default_icon": "Logos/WikidLogoOriginal.png",
    "default_title": "Click to add Wikipedia links to this page."
  },
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-3.6.0.min.js",
      "bg.js"
    ]
  },
  "icons": {
    "16": "Logos/WikidLogoOriginal.png",
    "48": "Logos/WikidLogoOriginal.png"
  },
  "applications": {
    "gecko": {
      "id": "wikid@app",
      "strict_min_version": "53.0"
    }
  }
}