-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 1005 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
{
"name": "GrownHop™ Records",
"short_name": "GrownHop™ Records",
"start_url": ".",
"display": "standalone",
"background_color": "#1b1b1b",
"theme_color": "#045315",
"description": "The official website for GrownHop™ Records. A deep collection of artists and music",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/ms-icon-150x150.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "icons/ms-icon-310x310.png",
"sizes": "310x310",
"type": "image/png"
},
{
"src": "icons/ms-icon-150x150.png",
"sizes": "150x150",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/ms-icon-310x310.png",
"sizes": "310x310",
"type": "image/png",
"purpose": "maskable"
}
]
}