tflix-tizenbrew
Version:
TFlix site mod for TizenBrew: Netflix-like navigation and TV remote support for cineby.app.
41 lines (40 loc) • 872 B
JSON
{
"name": "tflix-tizenbrew",
"version": "1.0.0",
"description": "TFlix site mod for TizenBrew: Netflix-like navigation and TV remote support for cineby.app.",
"packageType": "mods",
"appName": "TFlix",
"websiteURL": "https://www.cineby.app/",
"main": "dist/userScript.js",
"serviceFile": "dist/service.js",
"keys": [
"ArrowUp",
"ArrowDown",
"ArrowLeft",
"ArrowRight",
"Enter",
"Return",
"MediaPlay",
"MediaPause",
"MediaStop",
"MediaRewind",
"MediaFastForward",
"VolumeUp",
"VolumeDown",
"VolumeMute"
],
"author": "TizenBrew Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Zyrecx/TFlix.git"
},
"keywords": [
"tizenbrew",
"tflix",
"streaming",
"tv",
"samsung",
"tizen"
]
}