Files
trpic/web/assets/manifest.json
Hubert Chen b04dbb41bd add web asset handler
keep other URL params after select sort mode
add manifest info
adjust sidebar transition
2026-01-28 04:05:33 +08:00

16 lines
275 B
JSON

{
"short_name": "trpic",
"name": "trpic picture gallery",
"icons": [
{
"src": "/look.jpg",
"sizes": "896x896",
"type": "image/jpg"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "black",
"background_color": "black"
}