mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #938] [MERGED] feat: add PWA support #535
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/938
Author: @stonith404
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @kmendell
Base:
main← Head:feat/pwa-icon📝 Commits (2)
a98d08efeat: add PWA icons1d84e5bcompress images📊 Changes
5 files changed (+41 additions, -0 deletions)
View changed files
📝
frontend/src/app.html(+2 -0)➕
frontend/static/app.webmanifest(+27 -0)➕
frontend/static/img/static-logo-512.png(+0 -0)➕
frontend/static/img/static-logo-rounded-512.png(+0 -0)➕
frontend/static/img/static-logo.svg(+12 -0)📄 Description
This PR makes it possible to install Pocket ID as a PWA. While it’s not a “full” PWA since we don’t use service workers, Pocket ID can now be installed from the browser onto the home screen or desktop.
The PWA’s icon and name are static, meaning that custom logos or names set in Pocket ID won’t be reflected in the installed app. Since this feature is expected to be rarely used, there’s no strong reason to add complexity by generating the manifest dynamically or converting uploaded logos into multiple formats and sizes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.