mirror of
https://github.com/tachiyomiorg/extensions.git
synced 2024-11-09 12:32:28 +01:00
14 lines
486 B
XML
14 lines
486 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<uses-feature android:name="tachiyomi.extension" />
|
||
|
|
||
|
<application android:icon="@mipmap/ic_launcher" android:allowBackup="false" android:label="${appName}">
|
||
|
|
||
|
<meta-data android:name="tachiyomi.extension.class" android:value="${extClass}" />
|
||
|
<meta-data android:name="tachiyomi.extension.nsfw" android:value="${nsfw}" />
|
||
|
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|