diff --git a/README.md b/README.md index c36cc5e4..94c6b63e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Psysonic is a beautiful desktop music player built completely from the ground up Designed specifically for users hosting their own music via Navidrome or other Subsonic API servers, Psysonic aims to be the best way to interact with your personal library. -![Psysonic Screenshot](public/screenshot.png) +![Psysonic Screenshot](public/screenshot1.png) ## ✨ Features diff --git a/public/icon.png b/public/icon.png deleted file mode 100644 index f5d7e393..00000000 Binary files a/public/icon.png and /dev/null differ diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index 25b372ed..00000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/screenshot.png b/public/screenshot.png deleted file mode 100644 index b3d45efa..00000000 Binary files a/public/screenshot.png and /dev/null differ diff --git a/public/screenshot1.png b/public/screenshot1.png new file mode 100644 index 00000000..218b6c82 Binary files /dev/null and b/public/screenshot1.png differ diff --git a/public/screenshot2.png b/public/screenshot2.png new file mode 100644 index 00000000..d23555eb Binary files /dev/null and b/public/screenshot2.png differ diff --git a/public/screenshot3.png b/public/screenshot3.png new file mode 100644 index 00000000..cf02416b Binary files /dev/null and b/public/screenshot3.png differ diff --git a/public/screenshot4.png b/public/screenshot4.png new file mode 100644 index 00000000..c181f1cd Binary files /dev/null and b/public/screenshot4.png differ diff --git a/src-tauri/gen/schemas/capabilities.json b/src-tauri/gen/schemas/capabilities.json index 2b3dd293..6d8d1eec 100644 --- a/src-tauri/gen/schemas/capabilities.json +++ b/src-tauri/gen/schemas/capabilities.json @@ -1 +1 @@ -{"default":{"identifier":"default","description":"Default capabilities for Psysonic","local":true,"windows":["main"],"permissions":["core:default","shell:default",{"identifier":"shell:allow-open","allow":[{"url":"https://**"}]},"global-shortcut:allow-register","global-shortcut:allow-unregister","store:default","store:allow-load","store:allow-set","store:allow-get","store:allow-save","dialog:default","dialog:allow-open","dialog:allow-save","fs:default","fs:allow-write-file","fs:allow-read-file","fs:allow-mkdir","fs:scope-download-recursive","fs:scope-home-recursive","window-state:allow-save-window-state","window-state:allow-restore-state","core:window:allow-set-title","core:window:allow-close","core:window:allow-hide","core:window:allow-show","core:window:allow-set-fullscreen","core:window:allow-is-fullscreen","core:window:allow-create","core:webview:allow-create-webview-window","process:allow-restart"],"platforms":["linux","macOS","windows"]}} \ No newline at end of file +{"default":{"identifier":"default","description":"Default capabilities for Psysonic","local":true,"windows":["main"],"permissions":["core:default","shell:default",{"identifier":"shell:allow-open","allow":[{"url":"https://**"}]},"global-shortcut:allow-register","global-shortcut:allow-unregister","store:default","store:allow-load","store:allow-set","store:allow-get","store:allow-save","dialog:default","dialog:allow-open","dialog:allow-save","fs:default","fs:allow-write-file","fs:allow-read-file","fs:allow-mkdir","fs:scope-download-recursive","fs:scope-home-recursive","window-state:allow-save-window-state","window-state:allow-restore-state","core:window:allow-set-title","core:window:allow-close","core:window:allow-minimize","core:window:allow-toggle-maximize","core:window:allow-hide","core:window:allow-show","core:window:allow-set-fullscreen","core:window:allow-is-fullscreen","core:window:allow-create","core:webview:allow-create-webview-window","process:allow-restart"],"platforms":["linux","macOS","windows"]}} \ No newline at end of file