Skip to content

Commit 4eb86e1

Browse files
committed
add icon
1 parent 7aff42d commit 4eb86e1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

config.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="com.pgday.workshop.push" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>PushWorkshop</name>
4+
45
<description>
56
A sample app for PhoneGap Day Push Workshop 2015.
67
</description>
8+
79
<author email="[email protected]" href="http://phonegap.com">
810
Simon MacDonald
911
</author>
12+
1013
<content src="index.html" />
11-
<plugin name="cordova-plugin-whitelist" spec="1" />
14+
15+
<icon src="pg_wings.png" />

16+
1217
<access origin="*" />
1318
<allow-intent href="http://*/*" />
1419
<allow-intent href="https://*/*" />
1520
<allow-intent href="tel:*" />
1621
<allow-intent href="sms:*" />
1722
<allow-intent href="mailto:*" />
1823
<allow-intent href="geo:*" />
24+
1925
<platform name="android">
2026
<allow-intent href="market:*" />
2127
</platform>
28+
2229
<platform name="ios">
2330
<allow-intent href="itms:*" />
2431
<allow-intent href="itms-apps:*" />
2532
</platform>
33+
34+
<plugin name="cordova-plugin-whitelist" spec="1" />
2635
<plugin name="cordova-plugin-statusbar" spec="~2.0.0" />
2736
<plugin name="phonegap-plugin-push" spec="~1.5.3" />
2837
<plugin name="cordova-plugin-console" spec="~1.0.2" />

pg_wings.png

70.9 KB
Loading

0 commit comments

Comments
 (0)