diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest index 728cf0b..0a069ee 100644 --- a/favicon/site.webmanifest +++ b/favicon/site.webmanifest @@ -1,15 +1,18 @@ { "name": "TimeTable", "short_name": "TimeTable", + "description": "A web app to manage and view your timetable efficiently.", + "start_url": "/timetable", + "scope": "/", "icons": [ { - "src": "/web-app-manifest-192x192.png", + "src": "https://the13joker1.github.io/timetable/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/web-app-manifest-512x512.png", + "src": "https://the13joker1.github.io/timetable/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" @@ -18,4 +21,4 @@ "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone" -} \ No newline at end of file +} diff --git a/index.html b/index.html index 18b0e45..6a30014 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,11 @@