TapRadius Firefox

Examine source code of TapRadius

By: Shirely
Inspect and view changes in TapRadius source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TapRadius",
  "version": "1.0.0",
  "description": "Audit interactive target sizes against touch-friendly thresholds and save snapshots.",
  "icons": {
    "48": "emblem/icon-48.png",
    "96": "emblem/icon-96.png",
    "128": "emblem/icon-128.png"
  },
  "action": {
    "default_title": "TapRadius",
    "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": {
    "tapradius-run": {
      "description": "Run tap target audit on active tab",
      "suggested_key": {
        "default": "Alt+Shift+T"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{adc8535b-5961-453f-a3ae-d62eb8a33f88}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TapRadius Alternatives

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