-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (31 loc) · 933 Bytes
/
manifest.json
File metadata and controls
37 lines (31 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}
}