2023-03-08 14:38:17 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2023-03-08 16:39:34 -05:00
|
|
|
package="org.Mulch.WebviewOverlay"
|
2023-03-08 14:38:17 -05:00
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
|
|
|
<overlay android:targetPackage="android"
|
|
|
|
android:priority="9999"
|
|
|
|
android:isStatic="true" />
|
2023-03-08 16:39:34 -05:00
|
|
|
<application android:label="Mulch Webview Overlay"/>
|
|
|
|
</manifest>
|