aboutsummaryrefslogtreecommitdiffstats
path: root/public/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r--public/manifest.webmanifest14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
new file mode 100644
index 0000000..da715c2
--- /dev/null
+++ b/public/manifest.webmanifest
@@ -0,0 +1,14 @@
+{
+ "lang": "fr",
+ "dir": "ltr",
+ "name": "Armand Philippot",
+ "short_name": "AP",
+ "description": "Armand Philippot - Intégrateur web",
+ "icons": [
+ { "src": "/favicon/icon-192.png", "type": "image/png", "sizes": "192x192" },
+ { "src": "/favicon/icon-512.png", "type": "image/png", "sizes": "512x512" }
+ ],
+ "theme_color": "#14578a",
+ "background_color": "#f6f8f8",
+ "display": "standalone"
+}