-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
28 lines (28 loc) · 1.41 KB
/
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
24
25
26
27
28
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.parasiteinfection.parasiteinfectiongame" version="5.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Parasite Infection</name>
<description>Sample Apache Cordova App</description>
<author email="[email protected]" href="http://cordova.io">
Leykoss
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="mailto:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon src="res/android/mipmap-hdpi/ic_launcher.png" density="hdpi" />
<icon src="res/android/mipmap-mdpi/ic_launcher.png" density="mdpi" />
<icon src="res/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi" />
<icon src="res/android/mipmap-xxhdpi/ic_launcher.png" density="xhdpi" />
<icon src="res/android/mipmap-xxxhdpi/ic_launcher.png" density="xxhdpi" />
</platform>
<platform name="electron">
<preference name="ElectronSettingsFilePath" value="res/electron/config.json" />
<icon src="res/web_hi_res_512.png" target="app" />
<icon src="res/web_hi_res_512.png " target="installer" />
</platform>
<hook type="after_prepare" src="scripts/RenameInitial.js"></hook>
</widget>