diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f52aadd --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "short_name": "Carte Camp", + "name": "Carte Camp", + "icons": [ + { + "src": "./assets/favicon@192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./assets/favicon@512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "black", + "background_color": "black" +} \ No newline at end of file