Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "StarKey Wallet - The official wallet for Supra",
"description": "StarKey Wallet for Supra, Ethereum, Solana, and more",
"version": "4.6.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"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "scripts\/background.js"
},
"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\/",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentScript.js"
],
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"scripts\/injectScript.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"scripts\/widget.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"clipboardWrite",
"alarms",
"identity",
"tabs",
"activeTab",
"scripting",
"notifications",
"sidePanel",
"system.display"
],
"host_permissions": [
"http:\/\/localhost:3000\/",
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjin9MIeKYPReb3d8BU3F4sw5QtH4P69rTwGe4Hs19ilketWbfJcyhmqtE231COZe1343tHvPOPal1tcycOBeGVdQqdXH5EMyPzpP+6VeSLrx9NJCGUPXUkzx2lgv5bZCjv8n6YUfRhhWHEgQyntf07kSwelTUteKuG0zthe+nFo8tqaCDgBTV92iHbDtf4pBG6\/s63efLpgg5dtoxj6sxup+sPvs01FGq1Y99ymhj21Qi7Y3CbSPWknOZg2KTtDZqFGOHtj4bqospu3yOQwYVkn7CiXTZH3TezSoy4sdrj6f1p\/RE22ilnDky33iJUzvWn28RkRqFvnzqUs57jUMdwIDAQAB",
"externally_connectable": {
"matches": [
"<all_urls>"
]
}
}