forked from InvalidLenni/invalidlenni.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 964 Bytes
/
manifest.json
File metadata and controls
46 lines (46 loc) · 964 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
38
39
40
41
42
43
44
45
46
{
"short_name": "Lenni",
"name": "InvalidLenni",
"icons": [
{
"src": "/assets/bot.png",
"type": "image/png",
"sizes": "2000x2000"
},
{
"src": "/assets/avatar.png",
"type": "image/png",
"sizes": "400x400"
},
{
"src": "/assets/brawlerstats_icon.jpg",
"type": "image/jpg",
"sizes": "700x700"
},
{
"src": "/assets/disweb.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/assets/gamerroom.webp",
"type": "image/webp",
"sizes": "128x128"
},
{
"src": "/assets/lennidevplace.webp",
"type": "image/webp",
"sizes": "111x111"
},
{
"src": "/assets/favicon.png",
"type": "image/png",
"sizes": "400x400"
}
],
"start_url": "/",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6"
}