-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
23 lines (23 loc) · 1001 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.filmadder.mobile" version="0.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name short="fa">filmadder</name>
<description>
Our beloved watchlist app.
</description>
<author email="[email protected]" href="https://filmadder.com">
filmadder team
</author>
<content src="index.html" />
<access origin="*" />
<platform name="android">
<icon density="ldpi" src="res/icon/ldpi.png" />
<icon density="mdpi" src="res/icon/mdpi.png" />
<icon density="hdpi" src="res/icon/hdpi.png" />
<icon density="xhdpi" src="res/icon/xhdpi.png" />
<icon density="xxhdpi" src="res/icon/xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/xxxhdpi.png" />
</platform>
<hook src="bin/after_prepare.fish" type="after_prepare" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<engine name="android" spec="^6.4.0" />
</widget>