Skip to content

Commit

Permalink
Update apps.json
Browse files Browse the repository at this point in the history
Added more Garmin models.
  • Loading branch information
jamescridland authored May 6, 2024
1 parent cef7b53 commit fb22360
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1569,11 +1569,16 @@
]
},
{
"name": "Garmin fenix 5X",
"pattern": "^Garmin fenix 5X Plus",
"name": "Garmin fenix",
"pattern": "^Garmin fenix ",
"comments": "This uses Spotify to transfer audio to compatible watches",
"examples": [
"Garmin fenix 5X Plus/18.0"
"Garmin fenix 5X Plus/18.0",
"Garmin fenix 6 Pro/26.0",
"Garmin fenix 6X Sapphire/26.0"
],
"urls": [
"https://www.garmin.com/en-US/p/865925"
]
},
{
Expand All @@ -1584,6 +1589,31 @@
"Garmin Forerunner 245 Music/11.60"
]
},
{
"name": "Garmin tactix",
"pattern": "^Garmin tactix",
"comments": "This uses Spotify to transfer audio to compatible watches",
"examples": [
"Garmin tactix Delta/26.0"
]
},
{
"name": "Garmin Venu",
"pattern": "^Garmin Venu ",
"comments": "This uses Spotify to transfer audio to compatible watches",
"examples": [
"Garmin Venu 2S/17.4"
]
},
{
"name": "Garmin Vivoactive",
"pattern": "^Garmin v",
"comments": "This uses Spotify to transfer audio to compatible watches",
"examples": [
"Garmin v\xC3\xADvoactive 4S/7.80",
"Garmin vivoactive 3 Music/6.30"
]
},
{
"name": "GBEngine",
"pattern": "^GBEngine/",
Expand Down

0 comments on commit fb22360

Please sign in to comment.