diff --git a/assets/img/budgie-transparent-small.png b/assets/img/budgie-transparent-small.png new file mode 100644 index 0000000..1c0e289 Binary files /dev/null and b/assets/img/budgie-transparent-small.png differ diff --git a/web/android-chrome-192x192.png b/web/android-chrome-192x192.png new file mode 100644 index 0000000..3bc68fc Binary files /dev/null and b/web/android-chrome-192x192.png differ diff --git a/web/android-chrome-512x512.png b/web/android-chrome-512x512.png new file mode 100644 index 0000000..da853fb Binary files /dev/null and b/web/android-chrome-512x512.png differ diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png new file mode 100644 index 0000000..8121751 Binary files /dev/null and b/web/apple-touch-icon.png differ diff --git a/web/favicon-16x16.png b/web/favicon-16x16.png new file mode 100644 index 0000000..9abe1a0 Binary files /dev/null and b/web/favicon-16x16.png differ diff --git a/web/favicon-32x32.png b/web/favicon-32x32.png new file mode 100644 index 0000000..b3592fc Binary files /dev/null and b/web/favicon-32x32.png differ diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 0000000..cb0c3f1 Binary files /dev/null and b/web/favicon.ico differ diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..a9c62d6 --- /dev/null +++ b/web/index.html @@ -0,0 +1,61 @@ + + + + + + + + + + + SkyFeed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 0000000..4461496 --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,22 @@ +{ + "name": "SkyFeed", + "short_name": "SkyFeed", + "start_url": ".", + "display": "standalone", + "background_color": "#282a36", + "theme_color": "#50FA7B", + "description": "Real-time app for Bluesky with a powerful Feed Builder", + "prefer_related_applications": false, + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file