changed PWA icon

This commit is contained in:
Til Schmitter 2026-06-18 10:47:44 +02:00
parent 87b0888d0c
commit 4f02ee941c
4 changed files with 4 additions and 1 deletions

View file

@ -74,6 +74,7 @@ web/browser2.html
web/cf.html
web/copyparty.gif
web/copyparty.png
web/copyparty.svg
web/deps/busy.mp3
web/deps/easymde.css
web/deps/easymde.js

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256mm" height="256mm" viewBox="0 0 256 256"><defs><linearGradient id="a" x1="4.859" x2="4.859" y1="14.819" y2="212.404" gradientTransform="matrix(1.21265 0 0 .57836 2.307 33.663)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fc5" style="stop-color:#ffd34d;stop-opacity:1"/><stop offset=".2" stop-color="#fc0" style="stop-color:#ffc500;stop-opacity:1"/><stop offset="1" stop-color="#f80"/></linearGradient></defs><rect width="251.387" height="183.488" x="2.307" y="28.025" fill="#333" rx="11.784" ry="11.482" style="stroke:#acacac;stroke-width:3.39476;stroke-dasharray:none;stroke-opacity:1"/><rect width="239.603" height="114.276" x="8.199" y="42.233" fill="url(#a)" rx="7.856" ry="7.772" style="fill:url(#a);stroke-width:.837468"/><rect width="153.189" height="51.063" x="51.406" y="81.923" fill="#333" rx="25.531" ry="25.531" style="stroke-width:.981978"/><circle cx="76.937" cy="107.454" r="15.712" fill="#ccc" style="fill:#acacac;fill-opacity:1;stroke-width:.981978"/><circle cx="179.063" cy="107.454" r="15.712" fill="#ccc" style="fill:#acacac;fill-opacity:1;stroke-width:.981978"/><path fill="#737373" d="m34.712 211.512 9.82-33.864c1.964-5.53 4.91-6.912 10.802-6.912h147.39c5.892 0 6.78 1.383 8.744 6.912l9.82 33.864z" style="fill:#acacac;fill-opacity:1;stroke-width:.823811"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -4,7 +4,7 @@
"description": "the all in one file server",
"icons": [
{
"src": "/.cpr/copyparty.png",
"src": "/.cpr/copyparty.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}

View file

@ -76,6 +76,7 @@ copyparty/web/browser2.html,
copyparty/web/cf.html,
copyparty/web/copyparty.gif,
copyparty/web/copyparty.png,
copyparty/web/copyparty.svg,
copyparty/web/deps,
copyparty/web/deps/__init__.py,
copyparty/web/deps/busy.mp3,