From de75b24ff118eb5832f2b64f32a832852d0dc076 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Sun, 24 Apr 2022 11:53:58 +0200 Subject: [PATCH] Close #63: Ajout d'un manifest --- public/index.html | 1 + public/manifest.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 public/manifest.json diff --git a/public/index.html b/public/index.html index 7919c48..6d95846 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,7 @@ +
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..901c2f2 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "SUTOM", + "short_name": "SUTOM", + "description": "Jeu de lettres SUTOM. Trouverez-vous le mot du jour ?", + "theme_color": "#ffbd00", + "background_color": "#2b2b2b", + "display": "standalone", + "orientation": "portrait-primary", + "scope": "/", + "start_url": "/", + "icons": [ + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + } + ], + "lang": "fr-FR" +}