aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-10-05 12:46:50 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-10-05 12:46:50 +0200
commit2cf7929b16071d895137bdf509c574b0550e663e (patch)
tree0ec7fac39c2e66a2564dd0cd0b80fe544e7a8eeb
parentbe4c1ab157dd3788cb9243a5b13c3fe48063e031 (diff)
downloadimportLDIF-2cf7929b16071d895137bdf509c574b0550e663e.tar.gz
Attempt to make app into an activity handler.
-rw-r--r--manifest.webapp20
1 files changed, 14 insertions, 6 deletions
diff --git a/manifest.webapp b/manifest.webapp
index 65d9ec6..cbd931a 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -1,17 +1,25 @@
{
- "version": "6",
+ "version": "7",
"name": "Import LDIF",
"description": "Import LDIF file from the remote URL to Firefox OS Contacts application",
- "icons": {
- "128": "/icon-128.png",
- "60": "/icon-60.png"
- },
- "launch_path": "/index.html",
"type": "privileged",
"developer": {
"name": "Matěj Cepl",
"url": "http://matej.ceplovi.cz"
},
+ "activities": {
+ "open": {
+ "filters": {
+ "type": "text/x-ldif",
+ "text/x-ldif": {
+ "required": true,
+ "fileExtension": "ldif"
+ }
+ },
+ "disposition": "inline",
+ "href": "/index.html"
+ }
+ },
"permissions": {
"contacts": {
"access": "readwrite",