diff --git a/public/avatar.png b/public/avatar.png new file mode 100644 index 000000000..a3d06b4b3 Binary files /dev/null and b/public/avatar.png differ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 000000000..6f0037db1 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,9 @@ + + + icon + + + + + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 000000000..d60cbceb1 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,27 @@ +{ + "short_name": "Snapshot", + "name": "Snapshot App", + "description": "Where decisions get made", + "iconPath": "icon.svg", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "avatar.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "avatar.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}