Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
the13joker1 committed Nov 18, 2024
2 parents 9f39167 + 4b58f04 commit 6dbbd55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -18,4 +21,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schedule</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="icon" type="image/png" href="/timetable/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/timetable/favicon/favicon.svg" />
<link rel="shortcut icon" href="/timetable/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/timetable/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/timetable/favicon/site.webmanifest" />
</head>

<body>
Expand Down

0 comments on commit 6dbbd55

Please sign in to comment.