Skip to content

Commit

Permalink
Update Manet to include the MacOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bzf committed Feb 5, 2025
1 parent b0de0d1 commit 434fb07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -911,11 +911,11 @@ export const Clients: Array<Client> = [
{
id: 'manet',
name: 'Manet',
description: 'A third-party music client for iOS',
description: 'A third-party music client for iOS and macOS',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
deviceTypes: [DeviceType.Mobile, DeviceType.Desktop],
licenseType: LicenseType.Proprietary,
platforms: [Platform.IOS],
platforms: [Platform.IOS, Platform.MacOS],
primaryLinks: [
{
id: 'app-store',
Expand All @@ -927,7 +927,7 @@ export const Clients: Array<Client> = [
{
id: 'website',
name: 'Website',
url: 'https://tilo.dev/manet/'
url: 'https://tilosoftware.io/manet/'
}
]
},
Expand Down

0 comments on commit 434fb07

Please sign in to comment.