From ad315d5e8a507f6c991c3660ef355fb0262d5c23 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Installable Web App (PWA) plugin --- plugins/pwa_installable/index.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/pwa_installable/index.yaml diff --git a/plugins/pwa_installable/index.yaml b/plugins/pwa_installable/index.yaml new file mode 100644 index 0000000..66543be --- /dev/null +++ b/plugins/pwa_installable/index.yaml @@ -0,0 +1,10 @@ +title: Installable Web App (PWA) +description: Makes the web UI installable with a public manifest, PNG icons, and mobile + home-screen metadata while preserving Agent Zero's versioned service worker. Works + through the tailscale-serve HTTPS frontend on desktop and mobile, including iOS + home-screen install. +github: https://github.com/Nicfox77/a0-plugin-pwa-installable +tags: +- ui +- web +- integration