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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3