[code] created manifest.json file for progressive web application (PWA) functionality (file is not complete) implemented link tags for styles.css and manifest.json in home.html and transport.html pages.

This commit is contained in:
2026-04-22 10:47:06 +01:00
parent 06af260a32
commit 03abcfabbe
3 changed files with 21 additions and 0 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"short_name": "Sentinel",
"name": "Sentinel",
"icons": [
{
"src": "/",
"type": "image/svg+xml",
"sizes": "512x512"
}
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#000000",
"display": "standalone",
"scope": "/",
"theme_color": "#000000"
}