1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

(master) Ajoute un fichier manifest.json et révise les favicons

This commit is contained in:
Antoine
2020-01-25 15:24:22 +01:00
parent f204478c5c
commit 3b05583831
36 changed files with 64 additions and 126 deletions

20
manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Kaamelott Soundboard",
"short_name": "KSB",
"icons": [
{
"src": "favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"start_url": "/?utm_source=homescreen",
"theme_color": "#18ae90",
"background_color": "#ffffff",
"display": "standalone"
}