By: Darko Simonovski
Inspect and view changes in RavenWallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "RavenWallet",
"version": "1.1.1",
"description": "Ravencoin wallet extension with SPV light client",
"permissions": [
"storage",
"activeTab",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "ravenwallet@rvnswap.xyz",
"strict_min_version": "109.0"
}
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons/icon48.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"inject.js"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
} Best RavenWallet Alternatives
Here are some Firefox add-ons that are similar to RavenWallet: