Graphics pwa icons sorted (sort of)
BIN
pwa-source-icons-etc/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
pwa-source-icons-etc/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
pwa-source-icons-etc/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
9
pwa-source-icons-etc/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square150x150logo src="/mstile-150x150.png"/>
|
||||||
|
<TileColor>#ffc40d</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
||||||
BIN
pwa-source-icons-etc/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 561 B |
BIN
pwa-source-icons-etc/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 949 B |
BIN
pwa-source-icons-etc/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
pwa-source-icons-etc/logo.svg
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
pwa-source-icons-etc/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
2
pwa-source-icons-etc/readme.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Generated from the logo.svg and using this site:
|
||||||
|
https://realfavicongenerator.net/
|
||||||
1
pwa-source-icons-etc/safari-pinned-tab.svg
Normal file
|
After Width: | Height: | Size: 29 KiB |
19
pwa-source-icons-etc/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"short_name": "",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#7f9fda",
|
||||||
|
"background_color": "#7f9fda",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||