mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-08 11:28:02 -04:00
Fix Firefox missing the bookmark icon (#520)
This commit is contained in:
1 parent
8da07d4e93
commit
d7ab81ddcf
2 files changed
+3
-1
No files matched your search
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -19,7 +19,9 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/png" href="icons/128.png">
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="128x128" href="icons/128.png">
|
||||||
<link rel="manifest" href="manifest.webmanifest">
|
<link rel="manifest" href="manifest.webmanifest">
|
||||||
<meta name="theme-color" content="#1a1135">
|
<meta name="theme-color" content="#1a1135">
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user