From d0c9087e10b6083ac0b798141cb16b0b3b58415f Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 19 Dec 2015 15:57:56 +0100 Subject: add an icon and bump version --- Makefile | 2 +- icon.png | Bin 0 -> 1684 bytes install.rdf | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 icon.png diff --git a/Makefile b/Makefile index 5cededa..35023b7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ZIP?=zip # What goes inside the .xpi package -CONTENT:=install.rdf chrome.manifest bootstrap.js \ +CONTENT:=install.rdf chrome.manifest bootstrap.js icon.png \ $(wildcard chrome/content/*) all: dist diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..dbda0f0 Binary files /dev/null and b/icon.png differ diff --git a/install.rdf b/install.rdf index aede9f1..056c16e 100644 --- a/install.rdf +++ b/install.rdf @@ -3,7 +3,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> topmenu.mozilla@javispedro.com - 0.2 + 0.2.1 2 true @@ -12,7 +12,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 24.0 - 39.* + 43.* @@ -20,7 +20,7 @@ {3550f703-e582-4d05-9a08-453d09bdfdc6} 24.0 - 39.* + 43.* -- cgit v1.2.3