mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
22 lines
527 B
JSON
22 lines
527 B
JSON
[
|
|
{
|
|
"name": "myTeal",
|
|
"configureAs": "client",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3"
|
|
}
|
|
},
|
|
{
|
|
"name": "myTealSource",
|
|
"configureAs": "source",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3",
|
|
|
|
// everything below is optional
|
|
"serviceAllow": ["plyr"],
|
|
"serviceDeny": ["last.fm"]
|
|
}
|
|
}
|
|
] |