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",
"author": "SubWallet",
"description": "Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystems",
"homepage_url": "https:\/\/subwallet.app\/",
"name": "SubWallet - Polkadot Wallet",
"short_name": "SubWallet",
"manifest_version": 3,
"permissions": [
"notifications",
"storage",
"tabs",
"sidePanel"
],
"side_panel": {
"default_path": "side-panel.html"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "SubWallet",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"page.js"
],
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"page.js",
"images\/icons\/__error__.png"
],
"use_dynamic_url": false,
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"minimum_chrome_version": "111",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"version": "1.3.66"
}