From b8328199f6a3bf5656caa565eb5894d7bfb82b65 Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 6 Feb 2026 13:00:14 +0300 Subject: [PATCH] feat: add PWA metadata for macOS Safari and notification support --- frontend/index.html | 1 + frontend/manifest.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index ff1edb5..fa5ce34 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,6 +15,7 @@ + diff --git a/frontend/manifest.json b/frontend/manifest.json index efff2a5..2ad49dc 100644 --- a/frontend/manifest.json +++ b/frontend/manifest.json @@ -38,5 +38,9 @@ "form_factor": "narrow", "label": "Mobile Home Screen" } - ] + ], + "developer": { + "name": "VibeTorrent", + "url": "https://github.com/spinline/vibetorrent-v3" + } } \ No newline at end of file