Created the manifest.json

This commit is contained in:
Mathias Wagner 2023-11-13 11:52:31 +01:00
parent c62568fbf1
commit 0ab509870f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

21
public/manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "Sheepstar",
"short_name": "Sheepstar",
"theme_color": "#2C313A",
"background_color": "#2C313A",
"display": "browser",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "assets/images/logo128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "assets/images/logo192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}