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": "Coinbase Wallet extension",
"description": "Coinbase Wallet extension is the safest and easiest way to use crypto apps in your browser.",
"manifest_version": 3,
"version": "3.133.0",
"minimum_chrome_version": "102",
"permissions": [
"activeTab",
"alarms",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/0.0.0.0\/*"
],
"icons": {
"16": "favicon.ico",
"48": "logo192.png",
"128": "logo512.png"
},
"action": {
"default_icon": {
"16": "favicon.ico",
"48": "logo192.png",
"128": "logo512.png"
},
"default_popup": "index.html?inPageRequest=false"
},
"background": {
"service_worker": "service.js"
},
"web_accessible_resources": [
{
"resources": [
"checkExtensionContext.txt",
"requestProvider.js",
"requestSolanaProvider.js",
"requestRelay.js",
"siteWarning.html",
"forceUpdate.html",
"forceUpdate.js",
"js\/web-controller-sdk.js",
"js\/web-view-sdk.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
}
}