From ff5ed1e60672f471b22aaaadd8b7a92c51cced18 Mon Sep 17 00:00:00 2001
From: Stefan Allius <122395479+s-allius@users.noreply.github.com>
Date: Sun, 20 Apr 2025 01:51:04 +0200
Subject: [PATCH] S allius/issue387 (#389)
* add optional java script to fetch data regulary
* change file extension to `html.j2` for templates
* fix route for fetch data
- for running in iframes (e.g. HA ingress) we must
use relative path in the URLs
* increase test coverage
* remove unused statements
* update favicon.svg
---
app/src/web/static/images/favicon.svg | 2 +-
app/src/web/static/images/site.webmanifest | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/web/static/images/favicon.svg b/app/src/web/static/images/favicon.svg
index c5f92c9..a494bc6 100644
--- a/app/src/web/static/images/favicon.svg
+++ b/app/src/web/static/images/favicon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/web/static/images/site.webmanifest b/app/src/web/static/images/site.webmanifest
index e16db85..cab5641 100644
--- a/app/src/web/static/images/site.webmanifest
+++ b/app/src/web/static/images/site.webmanifest
@@ -1,6 +1,6 @@
{
"name": "TSUN-Proxy",
- "short_name": "TsunProxy",
+ "short_name": "Proxy",
"icons": [
{
"src": "/web-app-manifest-192x192.png",