android_vendor_mulchwebview/product/overlay/MulchWebviewOverlay/AndroidManifest.xml
2023-03-08 16:39:34 -05:00

11 lines
412 B
XML

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.Mulch.WebviewOverlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:priority="9999"
android:isStatic="true" />
<application android:label="Mulch Webview Overlay"/>
</manifest>