forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 991 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": "Restaurant Reviews Progressive Web App",
"short_name": "Restaurants",
"start_url": "/index.html",
"scope": ".",
"icons": [
{
"src": "/img/salt-shaker/salt-shaker-48-244723.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/img/salt-shaker/salt-shaker-72-244723.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "img/salt-shaker/salt-shaker-114-244723.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/img/salt-shaker/salt-shaker-512-244723.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "any",
"background_color": "#333",
"theme_color": "#333",
"description": "A Restaurant Reviews application with offline capabilities",
"dir": "ltr",
"lang": "en-GB"
}