-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 1.2 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
{
"short_name": "Memory Game",
"name": "Memory Game",
"icons": [
{
"src": "/memory-game/assets/img/logo-white.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/memory-game/assets/img/logo-white.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/memory-game/assets/img/logo-white.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=pwa",
"background_color": "#c13b54",
"display": "standalone",
"scope": "/",
"theme_color": "#c13b54",
"shortcuts": [
{
"name": "Memory Game",
"short_name": "Memory Game",
"description": "Memory Game - Cards Memory game with different topics: Pokemons, Robots or Profiles",
"url": "/today?source=pwa",
"icons": [
{
"src": "/memory-game/assets/img/logo-white.png",
"sizes": "192x192"
}
]
}
],
"description": "Memory Game - Cards Memory game with different topics: Pokemons, Robots or Profiles"
}