-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 917 Bytes
/
manifest.json
File metadata and controls
37 lines (37 loc) · 917 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
{
"background_color": "#ffeb47",
"display": "standalone",
"name": "もにゃ",
"short_name": "もにゃ",
"version": "org.missmonacoin.monya",
"description": "The easiest cryptocurrency wallet",
"author": "monya-wallet",
"icons": [
{
"src": "icons/512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icons/192.png",
"type": "image/png",
"sizes": "192x192"
},{
"src": "icons/144.png",
"type": "image/png",
"sizes": "144x144"
}
],
"scope":"/dev/",
"start_url": "/dev/index.html",
"chrome_related_applications": [{
"platform": "web"
}, {
"platform": "android",
"location": "https://play.google.com/store/apps/details?id=org.missmonacoin.monya"
}, {
"platform": "itunes",
"url": "https://itunes.apple.com/jp/app/%E3%82%82%E3%81%AB%E3%82%83/id1343780009"
}],
"theme_color":"#ffeb47"
}