-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 881 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 881 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
{
"name": "Waveful",
"short_name": "Waveful",
"start_url": ".",
"display": "standalone",
"background_color": "#249AFA",
"theme_color": "#249AFA",
"description": "Become a Creator!",
"orientation": "portrait-primary",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=app.waveful",
"id": "app.waveful"
},
{
"platform": "itunes",
"url": "https://apps.apple.com/app/id1532913255"
}
],
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}