diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.json | 4 | ||||
-rw-r--r-- | src/config.xml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/config.json b/src/config.json index be6a345..8b4597e 100644 --- a/src/config.json +++ b/src/config.json @@ -1,5 +1,5 @@ { "black_list": [ - "webapps-html5-homescreen@5.0", "launcher@0.1", "homescreen@0.1" + "webapps-html5-launcher@1.0", "launcher@0.1", "homescreen@0.1" ] -}
\ No newline at end of file +} diff --git a/src/config.xml b/src/config.xml index b3a885d..30ed65b 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-homescreen" version="5.0.0"> - <name>HTML5 Homescreen</name> +<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-launcher" version="1.0"> + <name>HTML5 Launcher</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> - <description>HTML5 Homescreen demo</description> + <description>Launcher application for AGL based on html5 technologies</description> <author>Igalia, S.L.</author> - <license>MIT</license> + <license>APL 2.0</license> <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> <param name="urn:AGL:permission:afm:system:widget" value="required" /> <!-- list available apps --> |