extensions-source/src/en/animekai/AndroidManifest.xml
2025-04-14 13:40:36 +05:30

13 lines
No EOL
438 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:label="AnimeKai"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
tools:replace="android:label">
<!-- Add other components, permissions, or metadata here if needed -->
</application>
</manifest>