more unified ui across platforms

This commit is contained in:
2024-09-06 16:05:27 -04:00
parent a4e2514bc0
commit ae58fc7c5e
6 changed files with 7 additions and 20 deletions

View File

@@ -1,19 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">
<meta charset="UTF-8">
@@ -29,7 +16,7 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>ything_radio</title>
<title>Ything Radio</title>
<link rel="manifest" href="manifest.json">
</head>
<body>

View File

@@ -1,6 +1,6 @@
{
"name": "ything_radio",
"short_name": "ything_radio",
"name": "Ything Radio",
"short_name": "Radio",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",