Examine source code of List all Links

Inspect and view changes in List all Links 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,
  "version": "1.0.2",
  "name": "List all Links",
  "description": "List and search all text links, javascript, css, and image sources",
  "browser_specific_settings": {
    "gecko": {
      "id": "listAllLinks@cubeleco"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "contextMenus",
    "menus",
    "storage"
  ]
}