-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (45 loc) · 1.23 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
45
46
{
"short_name": "Lysandra",
"name": "Lysandra - Match Game",
"orientation": "portrait-primary",
"categories": ["games", "gaming", "matching","card"],
"description": "Lysandra Card/Tile Matching Game",
"shortcuts": [
{
"name": "Open Game",
"short_name": "Play Lysandra",
"description": "Play Game",
"url": "https://johnfacey.github.io/lysandra/",
"icons": [{ "src": "https://johnfacey.github.io/lysandra/assets/images/logo.svg", "sizes": "192x192" }]
}
],
"lang": "en",
"icons": [
{
"src": "assets/images/logo.svg",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/images/logo.svg",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "assets/images/1280x800.png",
"sizes": "1280x800",
"type": "image/png"
},
{
"src": "assets/images/750x1334.png",
"sizes": "750x1334",
"type": "image/png"
}]
,
"start_url": "https://johnfacey.github.io/lysandra/",
"background_color": "#3F51B5",
"display": "standalone",
"theme_color": "#3F51B5"
}