Smart Copy: Title & URL Firefox

Examine source code of Smart Copy: Title & URL

By: 655bet
Inspect and view changes in Smart Copy: Title & URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Copy: Title & URL",
  "version": "1.0.0",
  "description": "Copy the current page title and URL with one click, and optionally count selected text—built for privacy with minimal permissions.",
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-copy@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Smart Copy",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "browser_style": true
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Smart Copy: Title & URL Alternatives

Here are some Firefox add-ons that are similar to Smart Copy: Title & URL: