commit b7a48d3db2b42cdfcbb0b8b47ccdf6536eeb3e44 parent 2aedbc6298e58922f09a6286c62afbc6105845a5 Author: Hunter Date: Sun, 17 Nov 2024 12:03:05 -0500 is this allowed? Diffstat:
| M | manifest.json | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json @@ -10,6 +10,6 @@ ], "start_url": "/matryoshka/", "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#ffffff" + "background_color": "transparent", + "theme_color": "transparent" }