diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccfb79f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.zip +*-update/* +*.DS_Store diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b8e62ac --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +zip-ff: + zip ff-update manifest.json LICENSE icon*.png *.css *.js *.html + +zip-chrome: + zip chrome-update manifest.json icon*.png *.css *.js *.html