add web app manifest

This commit is contained in:
2025-07-17 20:09:39 +04:00
parent 5bb4c4cec3
commit 789a6ab45d
2 changed files with 43 additions and 1 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"name": "kaubuntu.re - Plateforme Multimédia",
"short_name": "kaubuntu.re",
"description": "Plateforme multimédia alternative et indépendante",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#FF0000",
"orientation": "portrait-primary",
"icons": [
{
"src": "img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "img/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "img/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "img/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
],
"categories": ["entertainment", "news", "social"],
"lang": "fr",
"scope": "/",
"prefer_related_applications": false
}
-1
View File
@@ -1 +0,0 @@
{"name":"VOTRE-DOMAINE","short_name":"VOTRE-DOMAINE","icons":[{"src":"img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}