<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="de.ralfj.xposed.nofudroid">

    <application android:allowBackup="true"
        android:label="@string/app_name"
        android:icon="@drawable/ic_launcher">
        <meta-data android:name="xposedmodule" android:value="true"/>
        <meta-data android:name="xposeddescription" android:value="Get rid of &quot;Network may be monitored&quot; alert due to private CA certificates."/>
        <meta-data android:name="xposedminversion" android:value="54"/>

    </application>

</manifest>
