Skip to content

Commit 8a6a609

Browse files
authored
Create manifest.json
1 parent 06e3eff commit 8a6a609

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

manifest.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "School SMP",
3+
"short_name": "SMP",
4+
"description": "Official website for the School SMP Minecraft server.",
5+
"start_url": "/",
6+
"display": "standalone",
7+
"background_color": "#ffffff",
8+
"theme_color": "#ff0000",
9+
"icons": [
10+
{
11+
"src": "icon-192x192.png",
12+
"sizes": "192x192",
13+
"type": "favicon.ico"
14+
},
15+
{
16+
"src": "icon-512x512.png",
17+
"sizes": "512x512",
18+
"type": "favicon.ico"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)