Prerequisites
- Access to the source code of your app for Fire TV.
- A Fire TV device that supports this integration. Check with your Amazon contact for a list of device types currently supported.
- Integration with the Vega Electronic Program Guide (EPG) Provider.
Integration steps
Step 1: Include the necessary package dependencies in your app
Add the following dependencies in your package.json file.- The
kepler-channelpackage contains APIs for the Vega Channel interface for you to implement in your app.
Step 2: Update your manifest file
Update your manifest.toml file to include Vega Channel support. See the following Vega Sample App.com.amazon.category.maindeclares the component as the default interactive component for the application package.com.amazon.category.kepler.mediadeclares the component to be targeted for Vega Media operations.
com.amazon.kepler.media.IChannelServer interface. The component defined for “interface.provider” handles all the channel command callbacks. For more information, see steps 3 and 4.

