aboutsummaryrefslogtreecommitdiff
path: root/modern/public/manifest.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 20:46:57 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 20:46:57 +1200
commitb75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (patch)
treeb52abf777f2478ed452d4a3f0521aa71c2c9da27 /modern/public/manifest.json
parent1754679a03da46814c9d65211ead1840372521ac (diff)
downloadetbsa-traccar-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.gz
etbsa-traccar-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.bz2
etbsa-traccar-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.zip
Create initial React project
Diffstat (limited to 'modern/public/manifest.json')
-rw-r--r--modern/public/manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/modern/public/manifest.json b/modern/public/manifest.json
new file mode 100644
index 0000000..ef19ec2
--- /dev/null
+++ b/modern/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"
+}