Files
pla-den-tor/host_info.json.example
Jon Dough b2283a33f9 player filters! favourites! stats!
also, small fixes/improvements, new ryuji feature: "if in array", "if not in array"
2024-01-16 14:52:28 +05:30

44 lines
757 B
JSON

{
"listings": [
{
"name": "senpai-wa-otokonoko",
"type": "manga",
"favourites": {
"listing": true,
"chapters": ["c001"]
}
},
{
"name": "shiitake-simulation",
"type": "manga"
},
{
"name": "bocchi-the-boulder",
"type": "anime",
"favourites": {
"listing": true,
"chapters": []
}
},
{
"name": "yoroshiku",
"type": "music"
},
{
"name": "not-buna",
"type": "music",
"favourites": {
"listing": false,
"chapters": ["aira"]
}
},
{
"name": "arizona-philips",
"type": "music",
"favourites": {
"listing": true,
"chapters": []
}
}
]
}