Added icons and banner

Added a jellyfin inspired icon, and a banner to the README.md
This commit is contained in:
2020-05-13 18:46:02 +01:00
parent c84462bfbc
commit bb864ce46e
22 changed files with 251 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "jf-accounts",
"short_name": "jf-accounts",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}