Updated links to reflect new location and bumped minor version

This commit is contained in:
Fred Boniface 2022-09-08 21:08:08 +01:00
parent 3259e03589
commit 77cdbc8e0f
3 changed files with 8 additions and 8 deletions

View File

@ -99,7 +99,7 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Created by Fred Boniface - v0.1.13-alpha</p> <p>Created by Fred Boniface - v0.2.0-alpha</p>
</footer> </footer>
</body> </body>

View File

@ -1,8 +1,8 @@
{ {
"name": "Athena", "name": "Athena",
"short_name": "Athena", "short_name": "Athena",
"start_url": "/athena/index.html", "start_url": "/index.html",
"scope": "/athena/", "scope": "/",
"display": "standalone", "display": "standalone",
"background_color": "#7fa7e6", "background_color": "#7fa7e6",
"description": "Quick links for live train departure boards - aimed at train-crew.", "description": "Quick links for live train departure boards - aimed at train-crew.",
@ -13,22 +13,22 @@
"theme_color": "#3c78d8", "theme_color": "#3c78d8",
"icons": [ "icons": [
{ {
"src": "/athena/assets/icons/icon-1500.png", "src": "/assets/icons/icon-1500.png",
"sizes": "1500x1500", "sizes": "1500x1500",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/athena/assets/icons/icon-512.png", "src": "/assets/icons/icon-512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/athena/assets/icons/icon-256.png", "src": "/assets/icons/icon-256.png",
"sizes": "256x256", "sizes": "256x256",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/athena/assets/icons/icon-128.png", "src": "/assets/icons/icon-128.png",
"sizes": "128x128", "sizes": "128x128",
"type": "image/png" "type": "image/png"
} }

View File

@ -1,7 +1,7 @@
const url = "https://tiger.worldline.global/"; const url = "https://tiger.worldline.global/";
const view = "/staff;scrollbar=true"; const view = "/staff;scrollbar=true";
console.group("Athena - v0.1.13-alpha") console.group("Athena - v0.2.0-alpha")
console.info("Initialising"); console.info("Initialising");