aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.webapp
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-14 02:10:40 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-18 20:57:39 +0200
commita9e1cfc3c94879480862d3ef764f4fd7fed57d4a (patch)
tree550cb7fdaf2abf897668d2718eecd0d257370d8c /manifest.webapp
parentf395dfeb002d0840b5e92d23158801d15d632d9e (diff)
downloadimportLDIF-a9e1cfc3c94879480862d3ef764f4fd7fed57d4a.tar.gz
Add OpenwebApps packaged app parafernalia
Diffstat (limited to 'manifest.webapp')
-rw-r--r--manifest.webapp24
1 files changed, 24 insertions, 0 deletions
diff --git a/manifest.webapp b/manifest.webapp
new file mode 100644
index 0000000..acc2063
--- /dev/null
+++ b/manifest.webapp
@@ -0,0 +1,24 @@
+{
+ "version": "0.0.1",
+ "name": "importLDIF",
+ "description": "Import LDIF file from the remote URL to Firefox OS Contacts application",
+ "icons": {
+ "128": "/icon-128.png"
+ },
+ "developer": {
+ "name": "Matěj Cepl",
+ "url": "http://matej.ceplovi.cz"
+ },
+ "permissions": {
+ "contacts": {
+ "access": "readwrite",
+ "description": "Required for adding imported contacts to the system addressbook."
+ },
+ "systemXHR": {
+ "description": "Required for access to randomly located LDIF files on the Internet"
+ }
+ },
+ "installs_allowed_from": [
+ "*"
+ ]
+}