-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
16 lines (16 loc) · 949 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0' encoding='utf-8'?>
<widget id="fr.musicociel" version="0.0.0-placeholder" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Musicociel</name>
<description>Application allowing to display songs.</description>
<author email="[email protected]">DivDE</author>
<hook src="cordova-prepare.js" type="after_prepare" />
<content src="index.cordova.html" />
<access origin="*" />
<icon height="512" src="node_modules/@musicociel/webapp/build/output/icon512.png" width="512" />
<icon height="144" src="node_modules/@musicociel/webapp/build/output/icon144.png" width="144" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-insomnia" spec="^4.3.0" />
<plugin name="cordova-plugin-sqlite-2" spec="^1.0.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>