diff options
Diffstat (limited to 'manifest.webapp')
-rw-r--r-- | manifest.webapp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.webapp b/manifest.webapp index 51acbe7..65d9ec6 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,9 +1,10 @@ { - "version": "5", + "version": "6", "name": "Import LDIF", "description": "Import LDIF file from the remote URL to Firefox OS Contacts application", "icons": { - "128": "/icon-128.png" + "128": "/icon-128.png", + "60": "/icon-60.png" }, "launch_path": "/index.html", "type": "privileged", |