diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-29 20:37:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-29 20:42:01 +0300 |
| commit | 382f9b2ebedca905028341825350a0fa69d88673 (patch) | |
| tree | f627cd270d893452c13f3d0916ea75673c39607e /res/manifest.json | |
| parent | 0592564264fff57ccfd9677957196951f9f1c6cf (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.json | 12 |
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" + } + ] +} |
