diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-17 14:50:36 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-17 14:50:36 +0200 |
commit | c8b850133a9acf63f421da4643da07d7cfaa7f98 (patch) | |
tree | 3e180fd8d70d8110f509057d58050910ddfefa80 /web-build/manifest.json | |
parent | 7b128c660a798759c6f9e1d6751b811ce1d2874f (diff) |
added web-build
Diffstat (limited to 'web-build/manifest.json')
-rw-r--r-- | web-build/manifest.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/web-build/manifest.json b/web-build/manifest.json new file mode 100644 index 0000000..4ea3a0c --- /dev/null +++ b/web-build/manifest.json @@ -0,0 +1,26 @@ +{ + "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 |