Inspect and view changes in AVADoma - Domains for IPFS, AVAX Wallet source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"short_name": "AVADoma",
"name": "AVADoma - Domains for IPFS, AVAX Wallet",
"description": "IPFS domain .ava, .web3, .dapp, .ipfs, .defi, .gamefi",
"version": "0.1",
"manifest_version": 3,
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"action": {
"default_icon": {
"16": "16.png",
"24": "24.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"default_title": "AVADoma",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"webRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}