From 0d56c302bdcfdf10c40c7320ebeb78e6202cf5d8 Mon Sep 17 00:00:00 2001 From: Alex F Date: Tue, 5 Dec 2017 22:48:01 +1000 Subject: [PATCH 1/2] Create manifest.json --- public/manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..e446a87 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,27 @@ +{ + "lang": "en", + "name": "Netlify CMS React Starter/", + "description": "A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React", + "icons": [ + { + "src": "favicon-32.png", + "type": "image/png", + "sizes": "32x32" + }, + { + "src": "favicon-196.png", + "type": "image/png", + "sizes": "196x196" + }, + { + "src": "favicon-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "index.html?launcher=true", + "display": "standalone", + "orientation": "portrait", + "theme_color": "#ff3d3d", + "background_color": "#ff3d3d" +} From 13a3e17fba4dbaff626929e240fc494f7251289c Mon Sep 17 00:00:00 2001 From: Alex F Date: Tue, 5 Dec 2017 23:00:51 +1000 Subject: [PATCH 2/2] Update manifest.json --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index e446a87..55bca1d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -19,7 +19,7 @@ "sizes": "512x512" } ], - "start_url": "index.html?launcher=true", + "start_url": "index.html", "display": "standalone", "orientation": "portrait", "theme_color": "#ff3d3d",