aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-07-22 23:38:28 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-07-22 23:39:05 +0200
commitcffb9d7b1490b5792900cb05f5d9f8d94a2bf82e (patch)
tree0bd9d146c2ab4549e69cdfe7a257e81402c9e8eb
parent934266df88d5628bb6c8978b7c8bbb7b2e055dc8 (diff)
downloadimportLDIF-cffb9d7b1490b5792900cb05f5d9f8d94a2bf82e.tar.gz
Add new 60x60 icon and create new version for the Marketplace review.
-rw-r--r--Makefile4
-rw-r--r--icon-60.pngbin0 -> 5112 bytes
-rw-r--r--manifest.webapp5
3 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fe23646..725f142 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-FILES=icon-128.png importAddrBook.js index.html parser/parseLDIF.js \
- manifest.webapp
+FILES=icon-*.png importAddrBook.js index.html parser/parseLDIF.js \
+ LDIF2Contact/converter.js manifest.webapp
all: importLDIF.zip
diff --git a/icon-60.png b/icon-60.png
new file mode 100644
index 0000000..74d0c12
--- /dev/null
+++ b/icon-60.png
Binary files differ
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",