-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
24 lines (22 loc) · 888 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ev.envenenado"
version="0.0.7"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://cordova.apache.org/ns/1.0" >
<name>Generador PJ para Envenenado</name>
<icon src="icon.png" />
<icon src="57x57-ico.png" gap:platform="ios" width="57" height="57" />
<icon src="72x72-ico.png" gap:platform="ios" width="72" height="72" />
<icon src="76x76-ico.png" gap:platform="ios" width="76" height="76" />
<icon src="120x120-ico.png" gap:platform="ios" width="120" height="120" />
<icon src="152x152-ico.png" gap:platform="ios" width="152" height="152" />
<description>
Generador de Personajes, barcos y enemigos para Envenenado.
</description>
<author email="[email protected]"
href="http://jagvalverde.com" >
Jose Valverde
</author>
<content src="index.html" />
<access origin="*" />
</widget>