diff options
author | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
---|---|---|
committer | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
commit | 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb (patch) | |
tree | 273dfc086444533d86d580961c92ba8d14781a67 /web-build/manifest.json | |
parent | f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 (diff) |
WIP
Diffstat (limited to 'web-build/manifest.json')
-rw-r--r-- | web-build/manifest.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/web-build/manifest.json b/web-build/manifest.json deleted file mode 100644 index 4ea3a0c..0000000 --- a/web-build/manifest.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "background_color": "#ffffff", - "display": "standalone", - "lang": "en", - "name": "OrgRoamForceGraphReact", - "short_name": "OrgRoamForceGraphReact", - "start_url": "/?utm_source=web_app_manifest", - "orientation": "portrait", - "icons": [ - { - "src": "/pwa/chrome-icon/chrome-icon-144.png", - "sizes": "144x144", - "type": "image/png" - }, - { - "src": "/pwa/chrome-icon/chrome-icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/pwa/chrome-icon/chrome-icon-512.png", - "sizes": "512x512", - "type": "image/png" - } - ] -}
\ No newline at end of file |