mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-21 10:33:55 +00:00
24 lines
No EOL
601 B
JSON
24 lines
No EOL
601 B
JSON
[
|
|
{
|
|
"id": "myTealClient",
|
|
"name": "Foxx Teal Client",
|
|
"configureAs": "client",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3"
|
|
}
|
|
},
|
|
{
|
|
"id": "myTealSource",
|
|
"name": "Foxx Teal Source",
|
|
"configureAs": "source",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3",
|
|
|
|
// everything below is optional
|
|
"serviceAllow": ["plyr"],
|
|
"serviceDeny": ["last.fm"]
|
|
}
|
|
}
|
|
] |