-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
36 lines (36 loc) · 949 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
36
{
"name": "𝗚𝗜𝗧.𝗥𝗔𝗪𝘪𝘧𝘺",
"short_name": "",
"start_url": "index.html",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#5779E0",
"orientation": "portrait-primary",
"icons": [
{
"src": "assets/img/PwaImages/android/android-launchericon-72-72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "assets/img/PwaImages/android/android-launchericon-96-96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "assets/img/PwaImages/android/android-launchericon-144-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "assets/img/PwaImages/android/android-launchericon-192-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/img/PwaImages/android/android-launchericon-512-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}