diff options
Diffstat (limited to 'src/appinfo.json')
-rw-r--r-- | src/appinfo.json | 11 |
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" +} |