<?xml version='1.0' encoding='utf-8'?>
-<widget id="com.cordova.react" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>HelloCordova</name>
+<widget id="org.marnanel.dwim" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ >
+ <name>dwim</name>
<description>
- A sample Apache Cordova application that responds to the deviceready event.
+ Dreamwidth client
</description>
- <author email="dev@cordova.apache.org" href="http://cordova.io">
- Apache Cordova Team
+ <author email="marnanel@thurman.org.uk" href="https://marnanel.org">
+ Marnanel Thurman
</author>
<content src="index.html" />
<access origin="*" />
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
+ <icon src="res/android/ldpi.png" density="ldpi" />
+ <icon src="res/android/mdpi.png" density="mdpi" />
+ <icon src="res/android/hdpi.png" density="hdpi" />
+ <icon src="res/android/xhdpi.png" density="xhdpi" />
+ <icon src="res/android/xxhdpi.png" density="xxhdpi" />
+ <icon src="res/android/xxxhdpi.png" density="xxxhdpi" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />