2026-07-07 16:44:29 -04:00
{
2026-07-15 13:49:52 -04:00
"id" : "/display" ,
2026-07-07 16:44:29 -04:00
"short_name" : "TTRPG Display" ,
2026-07-15 13:49:52 -04:00
"name" : "TTRPG Initiative Tracker - Player Display" ,
2026-07-07 16:44:29 -04:00
"icons" : [
{
2026-07-15 13:49:52 -04:00
"src" : "player-favicon.ico" ,
2026-07-07 16:44:29 -04:00
"sizes" : "64x64 32x32 24x24 16x16" ,
"type" : "image/x-icon"
},
{
2026-07-15 13:49:52 -04:00
"src" : "player-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." ,
2026-07-07 16:44:29 -04:00
"type" : "image/png" ,
"sizes" : "192x192"
}
],
"start_url" : "/display" ,
2026-07-15 13:49:52 -04:00
"scope" : "/display" ,
"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" ,
2026-07-07 16:44:29 -04:00
"theme_color" : "#1A202C" ,
"background_color" : "#1A202C"
}