Examine source code of Notefox: Websites notes

Inspect and view changes in Notefox: Websites notes 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": "Notefox: Websites notes",
  "author": "Saverio Morelli (Sav22999)",
  "version": "4.1.0.4",
  "description": "Take notes on every website in a smart and simple way!",
  "icons": {
    "16": "./img/icons/icon-16.png",
    "48": "./img/icons/icon-48.png",
    "128": "./img/icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "./img/icons/icon-16.png",
      "48": "./img/icons/icon-48.png",
      "128": "./img/icons/icon-128.png"
    },
    "default_popup": "./popup.html",
    "default_title": "Notefox: Websites notes"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "downloads",
    "scripting"
  ],
  "background": {
    "service_worker": "./js/import-service-workers.js"
  },
  "options_ui": {
    "page": "./settings/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}