We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45b007 commit 505d557Copy full SHA for 505d557
src/strings-default.yaml
@@ -514,6 +514,7 @@ misc:
514
_: "{LINK} ({ANNOTATION})"
515
annotation: "invalid URL"
516
517
+ amazonMusic: "Amazon Music"
518
appleMusic: "Apple Music"
519
artstation: "ArtStation"
520
bandcamp: "Bandcamp"
src/util/external-links.js
@@ -210,6 +210,18 @@ export const externalLinkSpec = [
210
211
// Generic domains, sorted alphabetically (by string)
212
213
+ {
214
+ match: {
215
+ domains: [
216
+ 'music.amazon.co.jp',
217
+ 'music.amazon.com',
218
+ ],
219
+ },
220
+
221
+ platform: 'amazonMusic',
222
+ icon: 'globe',
223
224
225
{
226
match: {domain: 'music.apple.com'},
227
platform: 'appleMusic',
0 commit comments