aboutsummaryrefslogtreecommitdiffstats
path: root/res/manifest.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-01-29 20:37:50 +0300
committerRblSb <msrblsb@gmail.com>2025-01-29 20:42:01 +0300
commit382f9b2ebedca905028341825350a0fa69d88673 (patch)
treef627cd270d893452c13f3d0916ea75673c39607e /res/manifest.json
parent0592564264fff57ccfd9677957196951f9f1c6cf (diff)
Cleanup
- PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
Diffstat (limited to 'res/manifest.json')
-rw-r--r--res/manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/manifest.json b/res/manifest.json
new file mode 100644
index 0000000..1bdb671
--- /dev/null
+++ b/res/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "SyncTube",
+ "display": "standalone",
+ "start_url": "/",
+ "icons": [
+ {
+ "src": "img/favicon.svg",
+ "type": "image/svg+xml",
+ "sizes": "any"
+ }
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage