diff --git a/css/styles.css b/css/styles.css index d0772d7..f0c80e2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -353,22 +353,6 @@ input[type="file"] { cursor: pointer; } -.app-footer { - background-color: #2c3e50; - color: white; - padding: 1rem; - text-align: center; - font-size: 0.9rem; - margin-top: auto; /* This pushes the footer to the bottom when possible */ -} - -.author-info { - display: flex; - flex-direction: column; - align-items: center; - gap: 0.3rem; -} - /* Push notification controls */ .push-notification-controls { margin-right: 10px; diff --git a/index.html b/index.html index d4e1ee5..3a1eb75 100644 --- a/index.html +++ b/index.html @@ -147,7 +147,7 @@
- +
Monitoring for service worker messages...
@@ -276,11 +276,5 @@ } }); - \ No newline at end of file diff --git a/manifest.json b/manifest.json index aec2917..cf1e94b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,8 @@ { "name": "Game Timer", "short_name": "Timer", + "author": "Martin", + "version": "0.0.1", "description": "Multi-player chess-like timer with carousel navigation", "start_url": "/", "id": "/index.html",