Add icons
BIN
manuels/static/icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
manuels/static/icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
manuels/static/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 813 B |
9
manuels/static/icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square150x150logo src="/static/icons/mstile-150x150.png?v=yyLzeamAbE"/>
|
||||||
|
<TileColor>#2d89ef</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
BIN
manuels/static/icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
manuels/static/icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 454 B |
BIN
manuels/static/icons/favicon.ico
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
manuels/static/icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
27
manuels/static/icons/safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M2315 10224 c-643 -81 -1200 -485 -1485 -1075 -96 -200 -146 -375
|
||||||
|
-176 -609 -21 -171 -21 -6669 0 -6840 30 -242 81 -412 185 -625 148 -300 358
|
||||||
|
-544 635 -736 221 -154 468 -255 757 -311 l114 -22 3410 -3 c2433 -2 3425 0
|
||||||
|
3463 8 174 36 321 178 367 356 21 81 21 465 0 546 -21 81 -60 152 -115 211
|
||||||
|
-33 36 -50 65 -59 98 -61 249 -67 1003 -11 1331 18 107 19 109 68 161 27 29
|
||||||
|
62 76 76 104 60 119 56 -148 56 3582 0 3731 4 3463 -56 3582 -36 71 -123 159
|
||||||
|
-193 197 -125 66 170 61 -3551 60 -2819 -1 -3393 -4 -3485 -15z m5327 -2582
|
||||||
|
l33 -32 0 -250 0 -250 -33 -32 -32 -33 -2170 0 -2170 0 -32 33 -33 32 0 249 0
|
||||||
|
249 25 27 c14 15 34 31 45 35 11 5 991 8 2177 7 l2158 -2 32 -33z m0 -1280
|
||||||
|
l33 -32 0 -250 0 -250 -33 -32 -32 -33 -2170 0 -2170 0 -32 33 -33 32 0 249 0
|
||||||
|
249 25 27 c14 15 34 31 45 35 11 5 991 8 2177 7 l2158 -2 32 -33z m624 -3829
|
||||||
|
c-32 -155 -32 -1071 0 -1226 l6 -27 -2919 2 c-2807 3 -2920 4 -2973 21 -277
|
||||||
|
93 -460 338 -460 617 0 243 143 468 366 576 137 67 -88 62 3092 63 l2894 1 -6
|
||||||
|
-27z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
18
manuels/static/icons/site.webmanifest
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "Manuels scolaires",
|
||||||
|
"short_name": "Manuels scolaires",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/static/icons/android-chrome-192x192.png?v=yyLzeamAbE",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static/icons/android-chrome-512x512.png?v=yyLzeamAbE",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|