39 lines
792 B
JSON
Executable File
39 lines
792 B
JSON
Executable File
{
|
|
"id": "repelis",
|
|
"name": "Repelis",
|
|
"active": true,
|
|
"adult": false,
|
|
"language": ["cast", "lat"],
|
|
"thumbnail": "repelis.png",
|
|
"banner": "repelis.png",
|
|
"version": 1,
|
|
"changes": [
|
|
{
|
|
"date": "18/05/2017",
|
|
"description": "Cambiado patrón en búsqueda de videos"
|
|
},
|
|
{
|
|
"date": "15/03/2017",
|
|
"description": "limpieza código"
|
|
},
|
|
{
|
|
"date": "01/07/2016",
|
|
"description": "Eliminado código innecesario."
|
|
}
|
|
],
|
|
"categories": [
|
|
"movie",
|
|
"documentary",
|
|
"vos"
|
|
],
|
|
"settings": [
|
|
{
|
|
"id": "include_in_global_search",
|
|
"type": "bool",
|
|
"label": "Incluir en busqueda global",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
}
|
|
]
|
|
} |