This commit is contained in:
Nils Maier 2019-11-21 13:11:39 +01:00
parent 1e8e7ad6ec
commit 6841fdcfc8
16 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
![DownThemAll!](https://raw.githubusercontent.com/downthemall/downthemall/master/style/icon96.png) ![DownThemAll!](https://raw.githubusercontent.com/downthemall/downthemall/master/style/icon128.png)
# DownThemAll! WE # DownThemAll! WE

View File

@ -566,7 +566,6 @@ locale.then(() => {
32: "/style/icon32.png", 32: "/style/icon32.png",
48: "/style/icon48.png", 48: "/style/icon48.png",
64: "/style/icon64.png", 64: "/style/icon64.png",
96: "/style/icon96.png",
128: "/style/icon128.png", 128: "/style/icon128.png",
256: "/style/icon256.png" 256: "/style/icon256.png"
}; };

View File

@ -16,7 +16,6 @@
"32": "style/icon32.png", "32": "style/icon32.png",
"48": "style/icon48.png", "48": "style/icon48.png",
"64": "style/icon64.png", "64": "style/icon64.png",
"96": "style/icon96.png",
"128": "style/icon128.png", "128": "style/icon128.png",
"256": "style/icon256.png" "256": "style/icon256.png"
}, },
@ -54,7 +53,6 @@
"32": "style/icon32.png", "32": "style/icon32.png",
"48": "style/icon48.png", "48": "style/icon48.png",
"64": "style/icon64.png", "64": "style/icon64.png",
"96": "style/icon96.png",
"128": "style/icon128.png", "128": "style/icon128.png",
"256": "style/icon256.png" "256": "style/icon256.png"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -13,8 +13,8 @@
<link rel="icon" href="/style/icon32.png"> <link rel="icon" href="/style/icon32.png">
<link rel="icon" sizes="16x16" href="/style/icon16.png"> <link rel="icon" sizes="16x16" href="/style/icon16.png">
<link rel="icon" sizes="32x32" href="/style/icon32.png"> <link rel="icon" sizes="32x32" href="/style/icon32.png">
<link rel="icon" sizes="48x48" href="/style/icon48.png">
<link rel="icon" sizes="64x64" href="/style/icon64.png"> <link rel="icon" sizes="64x64" href="/style/icon64.png">
<link rel="icon" sizes="96x96" href="/style/icon96.png">
<link rel="icon" sizes="128x128" href="/style/icon128.png"> <link rel="icon" sizes="128x128" href="/style/icon128.png">
<link rel="icon" sizes="256x256" href="/style/icon256.png"> <link rel="icon" sizes="256x256" href="/style/icon256.png">
<script defer src="/bundles/common.js"></script> <script defer src="/bundles/common.js"></script>

View File

@ -20,8 +20,8 @@
<link rel="icon" href="/style/icon32.png"> <link rel="icon" href="/style/icon32.png">
<link rel="icon" sizes="16x16" href="/style/icon16.png"> <link rel="icon" sizes="16x16" href="/style/icon16.png">
<link rel="icon" sizes="32x32" href="/style/icon32.png"> <link rel="icon" sizes="32x32" href="/style/icon32.png">
<link rel="icon" sizes="48x48" href="/style/icon48.png">
<link rel="icon" sizes="64x64" href="/style/icon64.png"> <link rel="icon" sizes="64x64" href="/style/icon64.png">
<link rel="icon" sizes="96x96" href="/style/icon96.png">
<link rel="icon" sizes="128x128" href="/style/icon128.png"> <link rel="icon" sizes="128x128" href="/style/icon128.png">
<link rel="icon" sizes="256x256" href="/style/icon256.png"> <link rel="icon" sizes="256x256" href="/style/icon256.png">
<script defer src="/bundles/common.js"></script> <script defer src="/bundles/common.js"></script>

View File

@ -14,8 +14,8 @@
<link rel="icon" href="/style/icon32.png"> <link rel="icon" href="/style/icon32.png">
<link rel="icon" sizes="16x16" href="/style/icon16.png"> <link rel="icon" sizes="16x16" href="/style/icon16.png">
<link rel="icon" sizes="32x32" href="/style/icon32.png"> <link rel="icon" sizes="32x32" href="/style/icon32.png">
<link rel="icon" sizes="48x48" href="/style/icon48.png">
<link rel="icon" sizes="64x64" href="/style/icon64.png"> <link rel="icon" sizes="64x64" href="/style/icon64.png">
<link rel="icon" sizes="96x96" href="/style/icon96.png">
<link rel="icon" sizes="128x128" href="/style/icon128.png"> <link rel="icon" sizes="128x128" href="/style/icon128.png">
<link rel="icon" sizes="256x256" href="/style/icon256.png"> <link rel="icon" sizes="256x256" href="/style/icon256.png">
<script defer src="/bundles/common.js"></script> <script defer src="/bundles/common.js"></script>

View File

@ -13,8 +13,8 @@
<link rel="icon" href="/style/icon32.png"> <link rel="icon" href="/style/icon32.png">
<link rel="icon" sizes="16x16" href="/style/icon16.png"> <link rel="icon" sizes="16x16" href="/style/icon16.png">
<link rel="icon" sizes="32x32" href="/style/icon32.png"> <link rel="icon" sizes="32x32" href="/style/icon32.png">
<link rel="icon" sizes="48x48" href="/style/icon48.png">
<link rel="icon" sizes="64x64" href="/style/icon64.png"> <link rel="icon" sizes="64x64" href="/style/icon64.png">
<link rel="icon" sizes="96x96" href="/style/icon96.png">
<link rel="icon" sizes="128x128" href="/style/icon128.png"> <link rel="icon" sizes="128x128" href="/style/icon128.png">
<link rel="icon" sizes="256x256" href="/style/icon256.png"> <link rel="icon" sizes="256x256" href="/style/icon256.png">
<script defer src="/bundles/common.js"></script> <script defer src="/bundles/common.js"></script>