From 789a6ab45dab00be2f8987595481b882603de60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jul 2025 20:09:39 +0400 Subject: [PATCH] add web app manifest --- site.webmanifest | 43 +++++++++++++++++++++++++++++++++++++++++ site.webmanifest.sample | 1 - 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 site.webmanifest delete mode 100644 site.webmanifest.sample diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..7191a39 --- /dev/null +++ b/site.webmanifest @@ -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 +} \ No newline at end of file diff --git a/site.webmanifest.sample b/site.webmanifest.sample deleted file mode 100644 index e7e5415..0000000 --- a/site.webmanifest.sample +++ /dev/null @@ -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"} \ No newline at end of file