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",
"manifest_version": 3,
"name": "Atomic Wallet",
"version": "1.4.10",
"description": "Manage your Bitcoin, Ethereum, XRP, Litecoin, XLM, and over 300 other coins and tokens.",
"permissions": [
"tabs",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"js": [
"scripts\/contentscript.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"world": "MAIN",
"js": [
"scripts\/inpage.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
}
]
}