-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
35 lines (35 loc) · 1.09 KB
/
manifest.webmanifest
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
{
"short_name": "BotTacToe!",
"name": "Bot-Tac-Toe: AI Supercharged Tic Tac Toe Game",
"icons": [
{
"src": "/bot-tac-toe/assets/icons/favicon.svg",
"type": "image/svg+xml",
"sizes": "512x512",
"purpose": "any maskable"
},
{
"src": "/bot-tac-toe/assets/icons/favicon_180.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "/bot-tac-toe/assets/icons/favicon_196.png",
"type": "image/png",
"sizes": "196x196"
},
{
"src": "/bot-tac-toe/assets/icons/favicon_512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/bot-tac-toe/",
"background_color": "#ffffff",
"display": "standalone",
"theme_color": "#22263f",
"description": "Tic-tac-toe game where you can specify the size of the game board and play against an AI of varying difficulty",
"lang": "en-US",
"prefer_related_applications": false
}