-
Notifications
You must be signed in to change notification settings - Fork 19
/
manifest.json
36 lines (36 loc) · 992 Bytes
/
manifest.json
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
{
"manifest_version": 2,
"version": "65",
"name": "WALLET.CRYPTO.RED",
"start_url": "/",
"scope": "/",
"serviceworker": {
"src": "/service-worker.js",
"scope": "/"
},
"short_name": "W.C.R.",
"description": "Fast and very simple cryptocurrency wallet. Invest in various cryptocurrencies anonymously now.",
"display": "standalone",
"theme_color": "#060f23",
"background_color": "#ffffff",
"browser_action": {
"default_icon": "/src/images/logo-transparent.png",
"default_popup": "index.html"
},
"icons": [
{
"src": "/src/images/manifest/icon-white.png",
"sizes": "2048x2048",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "WALLET.CRYPTO.RED",
"short_name": "W.C.R.",
"description": "Fast and very simple cryptocurrency wallet. Invest in various cryptocurrencies anonymously now.",
"url": "/",
"icons": [{ "src": "/src/images/logo-transparent.png", "sizes": "640x640" }]
}
]
}