URLs List -Fork Firefox

Examine source code of URLs List -Fork

Inspect and view changes in URLs List -Fork source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URLs List",
  "version": "1.1.0",
  "description": "A Firefox addon that lists URLs from all open tabs, allowing you to copy, filter, sort, save, and view statistics.",
  "homepage_url": "https://github.com/SexyWerewolf/urls-list",
  "browser_specific_settings": {
    "gecko": {
      "id": "{46a58dd4-e1e8-4e5e-9669-4f802fc71b39}",
      "strict_min_version": "115.0"
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "notifications",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/icon.svg",
    "default_title": "URLs List",
    "default_popup": "popup/urls-list.html",
    "theme_icons": [
      {
        "light": "icons/icon-light.svg",
        "dark": "icons/icon.svg",
        "size": 16
      }
    ]
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Best URLs List -Fork Alternatives

Here are some Firefox add-ons that are similar to URLs List -Fork: