diff --git a/src/renderer/index.html b/src/renderer/index.html index 7c481f7ee..4a22650a3 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -12,6 +12,23 @@ Follow + + + + + + + + + + +
diff --git a/src/renderer/public/icon-192x192.png b/src/renderer/public/icon-192x192.png new file mode 100644 index 000000000..9eb8f5d5e Binary files /dev/null and b/src/renderer/public/icon-192x192.png differ diff --git a/src/renderer/public/icon-512x512.png b/src/renderer/public/icon-512x512.png new file mode 100644 index 000000000..b6a896c35 Binary files /dev/null and b/src/renderer/public/icon-512x512.png differ diff --git a/src/renderer/public/manifest.json b/src/renderer/public/manifest.json new file mode 100644 index 000000000..949134a10 --- /dev/null +++ b/src/renderer/public/manifest.json @@ -0,0 +1,16 @@ +{ + "theme_color": "#ff5c00", + "name": "Follow", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/src/renderer/public/opengraph-image.png b/src/renderer/public/opengraph-image.png new file mode 100644 index 000000000..6645ea8c3 Binary files /dev/null and b/src/renderer/public/opengraph-image.png differ