extensions-source/src/en/animekai/AndroidManifest.xml

11 lines
335 B
XML
Raw Normal View History

2025-04-13 23:05:10 +05:30
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2025-04-13 23:03:34 +05:30
<application
android:label="AnimeKai"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<!-- Add any additional components if needed -->
</application>
</manifest>