Copy Console Firefox

Examine source code of Copy Console

Inspect and view changes in Copy Console source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Console",
  "version": "1.4",
  "description": "Copy console logs with specific patterns",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "notifications",
    "clipboardWrite",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "inject.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-console@luisreinoso.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best Copy Console Alternatives

Here are some Firefox add-ons that are similar to Copy Console: