diff options
author | Eug-VS <eug-vs@keemail.me> | 2019-12-31 01:04:26 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2019-12-31 01:04:26 +0300 |
commit | a29d12e12e320001c4d017664b9f059493ade134 (patch) | |
tree | 6fc6e310b296f076afdebedb931751dfa902dcf0 /public/manifest.json | |
parent | dd66c1d060573935336203dbd6316451610ea627 (diff) | |
download | chrono-cube-ui-a29d12e12e320001c4d017664b9f059493ade134.tar.gz |
Clean public/ folder
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 080d6c7..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} |