aboutsummaryrefslogtreecommitdiffstats
path: root/src/appinfo.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/appinfo.json')
-rw-r--r--src/appinfo.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/appinfo.json b/src/appinfo.json
new file mode 100644
index 0000000..dbd41bd
--- /dev/null
+++ b/src/appinfo.json
@@ -0,0 +1,14 @@
+{
+ "id": "webapps-html5-background",
+ "title": "Background",
+ "description": "HTML5 background",
+ "version": "1.0.0",
+ "vendor": "Igalia, S.L.",
+ "type": "web",
+ "main": "index.html",
+ "uiRevision": "2",
+ "icon": "icon.svg",
+ "surface": {
+ "role": "background"
+ }
+}