upub/web/manifest.json
alemi fbbb6350b8
feat(web): build CSR with trunk and bundle
used some build.rs magic to find my assets, trunk build must be run
manually
2025-01-22 01:14:14 +01:00

15 lines
276 B
JSON

{
"short_name": "upub",
"name": "μpub",
"icons": [
{
"src": "/web/assets/icon.png",
"sizes": "500x500",
"type": "image/png"
}
],
"start_url": "/web",
"display": "standalone",
"theme_color": "#BF616A",
"background_color": "#201F29"
}