forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 801 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
{
"short_name": "Restaurants Reviews",
"name": "Restaurants Reviews",
"background_color":"#F3F3F3",
"theme_color":"#9c27b0",
"display":"fullscreen",
"icons": [
{
"src": "/icons/plate-fork-and-knife50x50.png",
"type": "image/png",
"sizes": "50x50"
},
{
"src": "/icons/plate-fork-and-knife128x128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/icons/plate-fork-and-knife152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "/icons/plate-fork-and-knife192x192.png",
"type": "image/png",
"sizes": "192x192"
}
,
{
"src": "/icons/plate-fork-and-knife512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/index.html"
}