summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config.xml b/src/config.xml
deleted file mode 100644
index c882d1f..0000000
--- a/src/config.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="homescreen" version="1.0.0">
- <name>Homescreen</name>
- <icon src="icon.svg"/>
- <content src="index.html" type="text/html"/>
- <description>HTML5 Homescreen demo</description>
- <author>Igalia, S.L.</author>
- <license>APL 2.0</license>
- <surface role="panel" panel="left"/>
- <window width="218"/>
- <feature name="urn:AGL:widget:required-api">
- <param name="agl_appservice" value="injection" />
- </feature>
-</widget>