generated from Chrstjan/Js-Boilerplate-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 885 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": "Pollen PWA",
"short_name": "PollenPWA",
"start_url": "./index.html",
"id": "./index.html",
"display": "standalone",
"description": "See pollen near you",
"screenshots": [
{
"src": "./assets/img/Screenshot.png",
"sizes": "352x636",
"form_factor": "wide"
},
{
"src": "./assets/img/Screenshot.png",
"sizes": "352x636",
"form_factor": "narrow"
}
],
"icons": [
{
"src": "./assets/img/birkIcon.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "./assets/img/icon-144-144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"background_color": "#ffffff",
"theme_color": "#ffffff",
"orientation": "portrait-primary"
}