1
2
3
4
5
6
7
8
9
10
11
12
13 | '<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ubuntu.brunch875.test-app" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Test App</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<icon src="img/logo.png"/>
<author email="brunch875@gmail.com">
brunch875
</author>
<content src="index.html" />
<access origin="*" />
</widget>'
|