aboutsummaryrefslogtreecommitdiffstats
path: root/public/manifest.webmanifest
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-27 16:35:58 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-27 16:35:58 +0100
commite31c39762d2da4f7aa81389605c16f408edaf11e (patch)
tree57b7118889d528277454a3728078d2b99d7326d5 /public/manifest.webmanifest
parentde11222e4cecfdfd4d45f3ec1220ebc1bcb9c8c1 (diff)
chore: add favicon, webmanifest and theme color preferences
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"
+}