diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | icon.png | bin | 0 -> 1684 bytes | |||
-rw-r--r-- | install.rdf | 6 |
3 files changed, 4 insertions, 4 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..dbda0f0 --- /dev/null +++ b/icon.png 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#"> <Description about="urn:mozilla:install-manifest"> <em:id>topmenu.mozilla@javispedro.com</em:id> - <em:version>0.2</em:version> + <em:version>0.2.1</em:version> <em:type>2</em:type> <em:bootstrap>true</em:bootstrap> @@ -12,7 +12,7 @@ <!-- Mozilla Firefox --> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>24.0</em:minVersion> - <em:maxVersion>39.*</em:maxVersion> + <em:maxVersion>43.*</em:maxVersion> </Description> </em:targetApplication> <em:targetApplication> @@ -20,7 +20,7 @@ <!-- Mozilla Thunderbird --> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>24.0</em:minVersion> - <em:maxVersion>39.*</em:maxVersion> + <em:maxVersion>43.*</em:maxVersion> </Description> </em:targetApplication> <em:targetApplication> |