diff --git a/assets/apps/cassette/iPhone.webp b/assets/apps/cassette/iPhone.webp new file mode 100644 index 00000000..03c254d5 Binary files /dev/null and b/assets/apps/cassette/iPhone.webp differ diff --git a/assets/apps/cassette/iPhone_2.webp b/assets/apps/cassette/iPhone_2.webp new file mode 100644 index 00000000..00513403 Binary files /dev/null and b/assets/apps/cassette/iPhone_2.webp differ diff --git a/assets/apps/cassette/index.yaml b/assets/apps/cassette/index.yaml index 65e51562..9c61c779 100644 --- a/assets/apps/cassette/index.yaml +++ b/assets/apps/cassette/index.yaml @@ -14,9 +14,12 @@ repoUrl: https://github.com/mathieudubart/cassette # Platforms can be boolean (true) or object with store URL platforms: # iOS with App Store link - ios: true + ios: + store: https://testflight.apple.com/join/pxCpfpxF # macOS with optional Mac App Store link - macos: true + macos: + store: https://getcassette.app + # Required: API compatibility # Use "OpenSubsonic" for modern API support, "Subsonic" for legacy API, or "Navidrome" for Navidrome-specific features @@ -24,12 +27,16 @@ api: OpenSubsonic # Required: Brief description (1-2 sentences, max 500 characters) # Highlight key features that make this app unique -description: "Cassette is a native iOS and macOS client for Subsonic and OpenSubsonic. Open-source, fast, and built for people who self-host." +description: Cassette is another native iOS and macOS client for Subsonic and OpenSubsonic. Open-source, fast, and built for people who self-host. # Required: Screenshots configuration screenshots: # Required: Thumbnail image filename (must exist in app folder). This is the image that will show in the main catalog page, it is NOT a logo or icon. - thumbnail: thumbnail.webp + thumbnail: iPhone_2.webp + gallery: + - iPhone.webp + - macOS_2.webp + - macOS.webp # Optional: Set to true if the app is free (no purchase required) isFree: true diff --git a/assets/apps/cassette/macOS.webp b/assets/apps/cassette/macOS.webp new file mode 100644 index 00000000..8bc7b7a9 Binary files /dev/null and b/assets/apps/cassette/macOS.webp differ diff --git a/assets/apps/cassette/macOS_2.webp b/assets/apps/cassette/macOS_2.webp new file mode 100644 index 00000000..0534d783 Binary files /dev/null and b/assets/apps/cassette/macOS_2.webp differ diff --git a/assets/apps/cassette/thumbnail.webp b/assets/apps/cassette/thumbnail.webp deleted file mode 100644 index bc24ee72..00000000 Binary files a/assets/apps/cassette/thumbnail.webp and /dev/null differ