Examine source code of URL Notes: Best Tool to Take, Manage, and Export Notes While Browsing

Inspect and view changes in URL Notes: Best Tool to Take, Manage, and Export Notes While Browsing 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "URL Notes: Best Tool to Take, Manage, and Export Notes While Browsing",
  "short_name": "URL Notes",
  "version": "3.0.2",
  "description": "Stay focused and organized with URL Notes! Effortlessly take, manage, and export notes directly from any webpage, even offline.",
  "homepage_url": "https://chrome.google.com/webstore/detail/urlnotes/kmokogdgmbeibfkankaooblkjfldbmmo",
  "author": {
    "email": "support@cloudifyapps.com"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "popup.html"
  },
  "action": {
    "default_title": "Click to open URL Notes",
    "default_icon": {
      "16": "images/icons/icon-16.png",
      "48": "images/icons/icon-48.png",
      "128": "images/icons/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icons/icon-16.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "sidePanel",
    "storage",
    "tabs",
    "favicon",
    "activeTab",
    "contextMenus",
    "notifications",
    "unlimitedStorage"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Execute Browser Action"
    },
    "open_urlnotes_dashboard": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open URL Notes Dashboard"
    }
  }
}