aboutsummaryrefslogtreecommitdiffstats
path: root/src/appinfo.json
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-05-31 18:19:31 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-05-31 18:20:02 +0200
commitd22e1bf4701cac3d3104d2200583bc9ae4773f9b (patch)
treef9cea9dc641d09447bccf8d8cf7737d2f0aae598 /src/appinfo.json
parent3918793ef10605dc4eb5a10dbce1c28c3da628ef (diff)
Use appinfo.json instead of config.xml
Bug-AGL: SPEC-4248, SPEC-4251 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I8e3491cf8836d2059b30fd699b425cebedeb03b8
Diffstat (limited to 'src/appinfo.json')
-rw-r--r--src/appinfo.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/appinfo.json b/src/appinfo.json
new file mode 100644
index 0000000..6c1e7d4
--- /dev/null
+++ b/src/appinfo.json
@@ -0,0 +1,11 @@
+{
+ "id": "webapps-settings",
+ "title": "SETTINGS",
+ "description": "HTML5 settings demo",
+ "version": "0.0.0",
+ "vendor": "Igalia, S.L.",
+ "type": "web",
+ "main": "index.html",
+ "uiRevision": "2",
+ "icon": "icon.svg"
+}