diff --git a/art/copy-to-other-apps.sh b/art/copy-to-other-apps.sh
index a035a4a9..499351fc 100755
--- a/art/copy-to-other-apps.sh
+++ b/art/copy-to-other-apps.sh
@@ -7,7 +7,7 @@ for DENSITY in mdpi hdpi xhdpi xxhdpi xxxhdpi; do
PNG=$FOLDER/$FILE.png
# Update other apps:
- for APP in tasker widget api; do
+ for APP in api boot styling tasker widget; do
APPDIR=../../termux-$APP
if [ -d $APPDIR ]; then
APP_FOLDER=$APPDIR/app/src/main/res/mipmap-$DENSITY
diff --git a/art/feature-graphic.svg b/art/feature-graphic.svg
new file mode 100644
index 00000000..8193392b
--- /dev/null
+++ b/art/feature-graphic.svg
@@ -0,0 +1,31 @@
+
+
+
diff --git a/art/generate-feature-graphic.sh b/art/generate-feature-graphic.sh
new file mode 100755
index 00000000..8d74814f
--- /dev/null
+++ b/art/generate-feature-graphic.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo "Generating feature graphics to ~/termux-icons/termux-feature-graphic.png..."
+mkdir -p ~/termux-icons/
+rsvg-convert feature-graphic.svg > ~/termux-icons/feature-graphic.png
diff --git a/art/generate-pngs.sh b/art/generate-launcher-images.sh
similarity index 100%
rename from art/generate-pngs.sh
rename to art/generate-launcher-images.sh
diff --git a/art/generate-tv-banner.sh b/art/generate-tv-banner.sh
new file mode 100755
index 00000000..b3a6c5a2
--- /dev/null
+++ b/art/generate-tv-banner.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo "Generating feature graphics to ~/termux-icons/termux-feature-graphic.png..."
+mkdir -p ~/termux-icons/
+
+# The Android TV banner on google play (1280x720) has same aspect ratio
+# as the banner in the app (320x180).
+rsvg-convert -w 1280 -h 720 tv-banner.svg > ~/termux-icons/tv-banner.png
+rsvg-convert -w 320 -h 180 tv-banner.svg > ../app/src/main/res/drawable/banner.png
diff --git a/art/tv-banner.svg b/art/tv-banner.svg
new file mode 100644
index 00000000..3f1c012d
--- /dev/null
+++ b/art/tv-banner.svg
@@ -0,0 +1,24 @@
+
+
+