[code, files, docs] updated logos and name of PWA from Sentinel to Kube. Updated all HTML files to reflect changes and also added comment to app.js file. Also Added GIMP file for logos and new .ico.

This commit is contained in:
2026-04-23 21:26:06 +01:00
parent 8ffd91564f
commit af3efc3836
12 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Copyright (c) 2026. All rights reserved.
Sentinel
Kube
This software, including all associated source code, design assets, documentation,
and related materials (collectively, the "Software"), is the exclusive proprietary

2
app.js
View File

@@ -1,3 +1,5 @@
// This was created/generated by Claude AI LLM there may be errors present.
if ('serviceWorker' in navigator) { // Setup — initialises and adds service worker to page
window.addEventListener('load', () => {
navigator.serviceWorker

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Sentinel</title>
<title>Home | Kube</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="/css/styles.css">
<link rel="manifest" href="/manifest.json" />

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login | Sentinel</title>
<title>Login | Kube</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="/css/styles.css">
<link rel="manifest" href="/manifest.json" />

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Transport | Sentinel</title>
<title>Transport | Kube</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="/css/styles.css">
<link rel="manifest" href="/manifest.json" />

View File

@@ -1,6 +1,6 @@
{
"short_name": "Sentinel",
"name": "Sentinel",
"short_name": "Kube",
"name": "Kube",
"lang": "en-GB",
"icons": [
{