aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:12:09 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:12:09 +0100
commit57e5ea1f424ea2567e10c3945d9273a92a547332 (patch)
tree8184c2c8bab04c1a15b28fcfa2c7b255223a98d5 /public/manifest.json
downloadunicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.gz
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.bz2
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.tar.xz
unicornpaint-57e5ea1f424ea2567e10c3945d9273a92a547332.zip
Basic should be working
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..ef19ec2
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,15 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ }
+ ],
+ "start_url": "./index.html",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}