Updated links to reflect new location and bumped minor version
This commit is contained in:
parent
3259e03589
commit
77cdbc8e0f
@ -99,7 +99,7 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<p>Created by Fred Boniface - v0.1.13-alpha</p>
|
||||
<p>Created by Fred Boniface - v0.2.0-alpha</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Athena",
|
||||
"short_name": "Athena",
|
||||
"start_url": "/athena/index.html",
|
||||
"scope": "/athena/",
|
||||
"start_url": "/index.html",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#7fa7e6",
|
||||
"description": "Quick links for live train departure boards - aimed at train-crew.",
|
||||
@ -13,22 +13,22 @@
|
||||
"theme_color": "#3c78d8",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/athena/assets/icons/icon-1500.png",
|
||||
"src": "/assets/icons/icon-1500.png",
|
||||
"sizes": "1500x1500",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/athena/assets/icons/icon-512.png",
|
||||
"src": "/assets/icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/athena/assets/icons/icon-256.png",
|
||||
"src": "/assets/icons/icon-256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/athena/assets/icons/icon-128.png",
|
||||
"src": "/assets/icons/icon-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
const url = "https://tiger.worldline.global/";
|
||||
const view = "/staff;scrollbar=true";
|
||||
|
||||
console.group("Athena - v0.1.13-alpha")
|
||||
console.group("Athena - v0.2.0-alpha")
|
||||
console.info("Initialising");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user