This commit is contained in:
2025-09-07 00:50:33 +02:00
parent 0b90be10f7
commit 9a0fc77093
9 changed files with 61 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+2
View File
@@ -0,0 +1,2 @@
User-agent: *
Allow: /
+19
View File
@@ -0,0 +1,19 @@
{
"name": "TramTrack!",
"short_name": "TramTrack",
"icons": [
{
"src": "https://passidel.github.io/tramtrack/#/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://passidel.github.io/tramtrack/#/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#26a21e",
"background_color": "#ffffff",
"display": "standalone"
}