Examine source code of Image Search Assistant

Inspect and view changes in Image Search Assistant 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": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://uuke.eu.org/imagesearch/",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.3.3",
  "background": {
    "service_worker": "/js/bkg.js"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab",
    "scripting",
    "declarativeNetRequest",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}