summaryrefslogtreecommitdiff
path: root/web-build/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'web-build/manifest.json')
-rw-r--r--web-build/manifest.json26
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