diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..47404fd --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +release: + zip -r ../life-scrobbler.xpi * -x "Makefile" diff --git a/manifest.json b/manifest.json index cb20d3f..d579702 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LifeScrobbler", - "version": "1.4", + "version": "2.0", "description": "Scrobble visited pages to life.lab.unbl.ink after a delay, skipping blacklisted or paused tabs.", "permissions": [ "tabs",