Files

26 lines
760 B
JSON
Raw Permalink Normal View History

2025-05-25 22:21:45 -04:00
{
"id": "/",
2025-05-25 22:21:45 -04:00
"short_name": "TTRPG Tracker",
"name": "TTRPG Initiative Tracker",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"note": "this image intentionally missing from filesystem - keeping manfiest and having broken icon allows android to _shortcut_ which user can control name of.",
2025-05-25 22:21:45 -04:00
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/",
"scope": "/",
"note:" "none of the display stuff actually works, even when it properly installs a pwa (which user cant control name of...)",
"display": "fullscreen",
"orientation": "portrait",
2025-05-25 22:21:45 -04:00
"theme_color": "#2D3748",
"background_color": "#1A202C"
}