Examine source code of Termania.net Lookup

Inspect and view changes in Termania.net Lookup 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": "Termania.net Lookup",
  "short_name": "Termania.net",
  "version": "1.0.7",
  "description": "Translate Slovenian words using Termania.net",
  "author": "Klemen Tušar",
  "homepage_url": "https://github.com/techouse/termania-edge-extension",
  "offline_enabled": false,
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/16.png",
    "default_popup": "html/options.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "storage",
    "notifications",
    "https://*.termania.net/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}