Open ricobl opened 6 years ago
Metadata files like webOS' appinfo.json should be generated from config on the package.json file.
appinfo.json
package.json
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" } } } }
generic
webos
Metadata files like webOS'
appinfo.json
should be generated from config on thepackage.json
file.Additionally, the config should allow extending specific platform metadata.
Here is a proposal of the data structure to accomplish this:
generic
is should be common to multiple platformswebos
and others should contain platform specific info