<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.gantix.JailMonkey">


    <application>
        <service
            android:name="com.gantix.JailMonkey.Magisk.IsolatedService"
            android:enabled="true"
            android:isolatedProcess="true" />
    </application>
</manifest>
