-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
40 lines (24 loc) · 859 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.smd.pirat"
versionCode = "11"
version = "1.1.0" >
<!-- versionCode is optional and Android only -->
<icon src="[email protected]" width="180" height="180" />
<name>Досуг пенсионеров</name>
<!-- добавил на всякий-->
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<access origin="*"/>
<plugin name="cordova-plugin-whitelist" version="1" />
<allow-intent href="http:///" />
<allow-intent href="https:///*" />
<!-- -->
<description>
Хорошее приложение
</description>
<author href="https://build.phonegap.com" email="[email protected]">
Harrisan
</author>
</widget>