Skip to content
Snippets Groups Projects
Unverified Commit 34aad85a authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix index: try manifest.min.json


Try the minified manifest.min.json. But maybe it had to be the fixed
filename manifest.json.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 44d5d67f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<!-- <title>FreqBuddy</title> -->
<script src="script.min.js" defer></script>
<link rel="stylesheet" href="style.min.css">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.min.json">
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment