zachery.lol/crates/pages/home/dist/manifest.json
Zachery Aaron Shores-Chmielewski 8002a0a472 feat: store the nginx conf file with the rest of the site code
Site was setup ad hoc, and not in a way that is trivally reproducible. With this, at least we can trivally copy and paste to a new server.
2026-01-18 08:22:25 +07:00

11 lines
241 B
JSON

{
"name": "zachery.lol home",
"short_name": "zachery-lol-home",
"icons": [],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "white",
"theme_color": "white"
}