-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (35 loc) · 824 Bytes
/
manifest.json
File metadata and controls
36 lines (35 loc) · 824 Bytes
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": "Tic Tac Toe",
"short_name": "TicTacToe",
"description": "A colorful and feature-rich Tic Tac Toe game",
"start_url": "/",
"display": "standalone",
"background_color": "#282c34",
"theme_color": "#61dafb",
"orientation": "portrait-primary",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["games", "entertainment"],
"screenshots": [],
"shortcuts": [
{
"name": "New Game",
"short_name": "New",
"description": "Start a new game",
"url": "/?action=new",
"icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
}
]
}