ingres: overlay: Configure aux cameras and video configurations for Aperture
diff --git a/overlay/Aperture/AndroidManifest.xml b/overlay/Aperture/AndroidManifest.xml
new file mode 100644
index 0000000..5889690
--- /dev/null
+++ b/overlay/Aperture/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     SPDX-FileCopyrightText: 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="org.lineageos.aperture.overlay.ingres">
+    <overlay
+        android:isStatic="true"
+        android:priority="1000"
+        android:targetPackage="org.lineageos.aperture" />
+</manifest>