Add bunny app install icon, offline reuse, and in-scene reskin controls#164
Merged
Conversation
Co-authored-by: DenisValeev <884686+DenisValeev@users.noreply.github.com> Agent-Logs-Url: https://github.com/DenisValeev/denisvaleev.github.io/sessions/8d4c3101-47ba-4ee5-9231-fc8fa993ada1
Co-authored-by: DenisValeev <884686+DenisValeev@users.noreply.github.com> Agent-Logs-Url: https://github.com/DenisValeev/denisvaleev.github.io/sessions/8d4c3101-47ba-4ee5-9231-fc8fa993ada1
Co-authored-by: DenisValeev <884686+DenisValeev@users.noreply.github.com> Agent-Logs-Url: https://github.com/DenisValeev/denisvaleev.github.io/sessions/8d4c3101-47ba-4ee5-9231-fc8fa993ada1
Copilot
AI
changed the title
[WIP] Add icon for saving Bunny app as web app on iOS
Add bunny app install icon, offline reuse, and in-scene reskin controls
Mar 21, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The Enchanted Forest Bunny page did not expose iOS web-app install metadata, did not proactively enable offline reuse from the app entrypoint, and had no built-in way to switch between visual variants. This updates the bunny app to behave more like a standalone installable mini-app and adds a compact in-scene reskin control for bunny/environment variants.
iOS / standalone app metadata
apple-mobile-web-app-capableapple-mobile-web-app-status-bar-styleapple-mobile-web-app-titletheme-colorapple-touch-iconOffline reuse from the bunny page
apps/enchanted-bunny/offline-manifest.jsonfrom the bunny app so its assets are cached without requiring a trip through the landing page.pngassets so the new app icon is shipped in the offline bundleReskin action button
localStoragearia-liveupdates so the active scene change is announcedNavigation / regression coverage
Example of the new standalone install metadata and asset hook:
Golden skin

Moonlit skin

Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.