react-tv
react-tv copied to clipboard
Abstract package metadata for multiple platforms
Metadata files like webOS' appinfo.json should be generated from config on the package.json file.
Additionally, the config should allow extending specific platform metadata.
Here is a proposal of the data structure to accomplish this:
{
"react-tv": {
"metadata": {
"generic": {
"id": "react.tv.app",
"title": "playkit-tv",
"...": "..."
},
"webos": {
"vendor": "webos vendor"
}
}
}
}
-
genericis should be common to multiple platforms -
webosand others should contain platform specific info