diff --git a/index.html b/index.html index a20ee95..633f9ae 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@ diff --git a/manifest.json b/manifest.json index 1e5166c..c8b18bd 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/scripts/tiploc-finder.js b/scripts/tiploc-finder.js index 20b601d..0db0718 100644 --- a/scripts/tiploc-finder.js +++ b/scripts/tiploc-finder.js @@ -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");