feat(site): add PWA manifest and mobile meta tags for agents page#22650
Merged
feat(site): add PWA manifest and mobile meta tags for agents page#22650
Conversation
- Add web app manifest (manifest.json) with standalone display targeting /agents - Add PWA icons (192x192, 512x512) and apple-touch-icon (180x180) - Add mobile viewport meta tags: apple-mobile-web-app-capable, mobile-web-app-capable, status-bar-style - Update service worker notificationclick to focus/open the agents page - Set apple-mobile-web-app-title to 'Agents' for home screen installs
Contributor
Documentation CheckNew Documentation Needed
Automated review via Coder Tasks |
Member
Author
|
@DanielleMaywood I'm gonna do a lot of manual testing here before merge. |
DanielleMaywood
approved these changes
Mar 5, 2026
Move manifest link, apple-touch-icon, and mobile-web-app meta tags out of the global index.html into a useAgentsPWA hook that injects them only while the agents page is mounted. This prevents other pages from being affected by standalone display mode or the 'Agents' home screen title. The hook also overrides the viewport to disable user zooming on the agents page (maximum-scale=1, user-scalable=no) and restores the original viewport on unmount.
Replace auto-generated PWA icons with the provided ones. Apple touch icon gets 22px padding on a #17172E background (~12.5% inset per Apple HIG safe area guidelines).
DanielleMaywood
approved these changes
Mar 5, 2026
Contributor
DanielleMaywood
left a comment
There was a problem hiding this comment.
Could probably do this with JSX but it's fine for now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds progressive web app support for the agents page so it can be installed as a standalone app on mobile/desktop.
Changes
manifest.json— Web app manifest withdisplay: standalone,start_url: /agents, Coder theme colorsindex.html— Added manifest link, apple-touch-icon, and mobile web app meta tags (apple-mobile-web-app-capable,mobile-web-app-capable,apple-mobile-web-app-status-bar-style, title)notificationclicknow focuses an existing agents tab or opens/agentsin a new windowTesting
/agentson a mobile device