CanvasRadar Firefox

Examine source code of CanvasRadar

By: Melissa
Inspect and view changes in CanvasRadar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CanvasRadar",
  "version": "1.0.0",
  "description": "Profile canvas usage, rendering footprint, and script-level canvas activity signals.",
  "icons": {
    "48": "emblem/icon-48.png",
    "96": "emblem/icon-96.png",
    "128": "emblem/icon-128.png"
  },
  "action": {
    "default_title": "CanvasRadar",
    "default_popup": "panel/view.html",
    "default_icon": {
      "48": "emblem/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "worker/hub.js"
    ],
    "service_worker": "worker/hub.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "contextMenus",
    "notifications"
  ],
  "commands": {
    "canvasradar-run": {
      "description": "Run canvas profile on active tab",
      "suggested_key": {
        "default": "Alt+Shift+C"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{327ba805-9878-42b2-8114-00be96c86b3c}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CanvasRadar Alternatives

Here are some Firefox add-ons that are similar to CanvasRadar: