simple-alternative

browser extension to detect simple language alternatives
git clone https://git.ce9e.org/simple-alternative.git

commit
7b82de1da396c1f53a4e53670354101b782c42f2
parent
c01a21c22db9940034857d51c514f61fbbbc031b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-01-02 13:11
fix icons

Diffstat

M Makefile 6 ++++++
M icons/icon-128.png 0

2 files changed, 6 insertions, 0 deletions


diff --git a/Makefile b/Makefile

@@ -1,3 +1,9 @@
    1     1 simple-alternative.zip: bg.js icons manifest.json simple.js
    2     2 	@rm -f $@
    3     3 	zip -r -FS $@ $^
   -1     4 
   -1     5 icons/icon-128.png: icons/icon.svg
   -1     6 	convert -resize 128x128 $< $@
   -1     7 
   -1     8 icons/icon-32.png: icons/icon.svg
   -1     9 	convert -resize 32x32 $< $@

diff --git a/icons/icon-128.png b/icons/icon-128.png

Binary files differ.