diff --git a/TODO.md b/TODO.md index 8118807..e67569c 100644 --- a/TODO.md +++ b/TODO.md @@ -5,11 +5,11 @@ Backlog of bugs + long-term items. Milestones live in REWORK_PLAN.md. ## Open -caff doent work on fron tpage or big tablet +x caff doent work on fron tpage or big tablet -max/caff need to float or at least be availabe in combagt popout +x max/caff need to float or at least be availabe in combagt popout -save needs bigger save button on char editor +x save needs bigger save button on char editor x fullscreen and dont lock on main app dm view and the no-game-player view ...and doesnt actually prevent lock on android diff --git a/public/display-manifest.json b/public/display-manifest.json index 369bc38..7e5ed8a 100644 --- a/public/display-manifest.json +++ b/public/display-manifest.json @@ -1,27 +1,25 @@ { + "id": "/display", "short_name": "TTRPG Display", - "name": "TTRPG Initiative Tracker — Player Display", + "name": "TTRPG Initiative Tracker - Player Display", "icons": [ { - "src": "favicon.ico", + "src": "player-favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { - "src": "logo192.png", + "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.", "type": "image/png", "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": "/display", - "scope": "/", - "display": "standalone", - "orientation": "landscape", + "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", "theme_color": "#1A202C", "background_color": "#1A202C" } diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..bff275c Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index f945035..400b585 100644 --- a/public/index.html +++ b/public/index.html @@ -19,4 +19,4 @@