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": "Speed Bitcoin Lightning Wallet",
"short_name": "Speed Wallet",
"description": "Speed Bitcoin Chrome Wallet: Your lightning-fast companion for seamless Bitcoin transactions and digital payments on the go!",
"version": "2.3.5",
"manifest_version": 3,
"homepage_url": "https:\/\/www.speed.app\/",
"icons": {
"16": "chrome-store-icon.png",
"32": "chrome-store-icon.png",
"48": "chrome-store-icon.png",
"128": "chrome-store-icon.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"action": {
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*.woff2"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"options.html",
"popup.html"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"identity",
"tabs",
"storage",
"gcm"
],
"host_permissions": [
"https:\/\/images.tryspeed.com\/"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
]
}
]
}