diff --git a/html/home.html b/html/home.html index 93fbf70..cb48165 100644 --- a/html/home.html +++ b/html/home.html @@ -5,6 +5,8 @@ Home | Sentinel + + diff --git a/html/transport.html b/html/transport.html index 5ac1c38..d17d4fc 100644 --- a/html/transport.html +++ b/html/transport.html @@ -5,6 +5,8 @@ Transport | Sentinel + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ac512e9 --- /dev/null +++ b/manifest.json @@ -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" +}