cordova-plugin-fire-tv
Version:
Cordova plugin that augments your application's Manifest.xml with Fire TV bits and pieces.
23 lines (19 loc) • 774 B
text/xml
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-fire-tv"
version="1.1.0">
<name>FireTVPlugin</name>
<description>Cordova Fire TV Plugin</description>
<license>MIT</license>
<keywords>ecosystem:cordova,cordova-android,firetv,tv</keywords>
<engines>
<engine name="cordova" version=">=7.1.0"/>
</engines>
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
</config-file>
<hook type="after_prepare" src="patch.js"/>
</platform>
</plugin>