-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
44 lines (44 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
{
"short_name": "mockbuster",
"name": "mockbuster",
"icons": [
{
"src": "/assets/logo.svg",
"type": "image/svg+xml",
"sizes": "512x512"
},
{
"src": "/assets/logo.svg",
"type": "image/svg+xml",
"sizes": "192x192"
},
{
"src": "/assets/logo.svg",
"type": "image/svg+xml",
"sizes": "512x512"
}
],
"id": "/?source=pwa",
"start_url": "/",
"background_color": "#FFF",
"display": "standalone",
"scope": "/",
"theme_color": "#0d6efd",
"shortcuts": [
{
"name": "Home",
"short_name": "Home",
"description": "View the home feed",
"url": "/",
"icons": [{ "src": "/assets/logo.svg", "sizes": "192x192" }]
},
{
"name": "Recently Rented",
"short_name": "Recently Rented",
"description": "See what's been rented recently",
"url": "/recently-rented",
"icons": [{ "src": "/assets/logo.svg", "sizes": "192x192" }]
}
],
"description": "Share movies with your friends on mockbuster"
}