This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
54 lines (53 loc) · 1.45 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"short_name": "shmeeload",
"name": "shmeeload: where dreams become stars",
"icons": [
{
"src": "./static/img/1icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "./static/img/1icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/home",
"background_color": "#3367D6",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#3367D6",
"prefer_related_applications": false,
"shortcuts": [
{
"name": "shmee home",
"short_name": "shmee home",
"description": "welcome home",
"url": "/home",
"icons": [{ "src": "/images/home.png", "sizes": "192x192" }]
},
{
"name": "shmee chat",
"short_name": "shmee chat",
"description": "chat with friends!",
"url": "/chat/home",
"icons": [{ "src": "/images/chat.png", "sizes": "192x192" }]
}
],
"description": "shmeeload is life",
"screenshots": [
{
"src": "/static/img/screenshot1.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "/static/img/screenshot2.png",
"type": "image/jpg",
"sizes": "540x720"
}
]
}