StarKey Wallet - QA Test Firefox

Examine source code of StarKey Wallet - QA Test

Inspect and view changes in StarKey Wallet - QA Test source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "StarKey Wallet - QA Test",
  "description": "StarKey Wallet for Supra, Ethereum, Solana, and more",
  "version": "1.1.1",
  "short_name": "StarKey Wallet",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./images/logo_16.png",
      "32": "./images/logo_32.png",
      "48": "./images/logo_48.png",
      "64": "./images/logo_64.png",
      "128": "./images/logo_128.png",
      "512": "./images/logo_512.png"
    },
    "default_title": "StarKey Wallet"
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "./images/logo_16.png",
    "32": "./images/logo_32.png",
    "48": "./images/logo_48.png",
    "64": "./images/logo_64.png",
    "128": "./images/logo_128.png",
    "512": "./images/logo_512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost:3000/",
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "scripts/injectScript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "alarms",
    "identity",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "http://localhost:3000/",
    "file://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support-extension@starkey.app",
      "strict_min_version": "109.0"
    }
  }
}

Best StarKey Wallet - QA Test Alternatives

Here are some Firefox add-ons that are similar to StarKey Wallet - QA Test: