22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"id": "animeworld",
|
|
"name": "AnimeWorld",
|
|
"active": true,
|
|
"adult": false,
|
|
"language": ["ita", "sub-ita"],
|
|
"thumbnail": "animeworld.png",
|
|
"banner": "animeworld.png",
|
|
"categories": ["anime", "vos"],
|
|
"settings": [
|
|
{
|
|
"id": "order",
|
|
"type": "list",
|
|
"label": "Ordine di Visualizzazione",
|
|
"default": 0,
|
|
"enabled": true,
|
|
"visible": true,
|
|
"lvalues": [ "Standard", "Ultime Aggiunte", "Lista A-Z", "Data di Uscita" ]
|
|
}
|
|
]
|
|
}
|