Avian wallet in the browser. Send and receive instantly on any web page.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Avian Browser Wallet",
"author": "Craig Donnachie",
"description": "Avian wallet in the browser. Send and receive instantly on any web page.",
"version": "1.0.1",
"icons": {
"16": "data/avian16.png",
"24": "data/avian24.png",
"48": "data/avian48.png",
"128": "data/avian128.png"
},
"content_security_policy": {
"extention_pages": "script-src 'self' 'unsafe-inline', scripts.js"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"data/*"
],
"matches": [],
"extension_ids": []
}
],
"action": {
"default_icon": {
"16": "data/avian16.png",
"24": "data/avian24.png",
"32": "data/avian32.png"
},
"default_title": "Avian Browser Wallet",
"default_popup": "data/index.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}