diff --git a/build_scripts/build_ff_unlisted.sh b/build_scripts/build_ff_unlisted.sh index 4b7d1df..31c3654 100755 --- a/build_scripts/build_ff_unlisted.sh +++ b/build_scripts/build_ff_unlisted.sh @@ -7,4 +7,6 @@ mv manifest.json manifest_temp.json mv manifest_ff.json manifest.json web-ext sign --channel=unlisted --api-key=user:$API_KEY --api-secret=$API_SECRET mv manifest.json manifest_ff.json -mv manifest_temp.json manifest.json \ No newline at end of file +mv manifest_temp.json manifest.json +cd .. +mv src/web-ext-artifacts/* builds/ \ No newline at end of file diff --git a/builds/aula_fixer-1.4.xpi b/builds/aula_fixer-1.4.xpi new file mode 100644 index 0000000..c020320 Binary files /dev/null and b/builds/aula_fixer-1.4.xpi differ diff --git a/src/manifest.json b/src/manifest.json index 0fd29bd..074b3db 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Aula Fixer", - "version": "1.3", + "version": "1.4", "description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.", "background": { diff --git a/src/manifest_chrome.json b/src/manifest_chrome.json index 0fd29bd..5574593 100644 --- a/src/manifest_chrome.json +++ b/src/manifest_chrome.json @@ -1,12 +1,11 @@ { "manifest_version": 3, "name": "Aula Fixer", - "version": "1.3", + "version": "1.4", "description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.", "background": { - "service_worker": "background.js", - "scripts": ["background.js"] + "service_worker": "background.js" }, "content_scripts": [ diff --git a/src/manifest_ff.json b/src/manifest_ff.json index 0fd29bd..f75ff71 100644 --- a/src/manifest_ff.json +++ b/src/manifest_ff.json @@ -1,11 +1,10 @@ { "manifest_version": 3, "name": "Aula Fixer", - "version": "1.3", + "version": "1.4", "description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.", "background": { - "service_worker": "background.js", "scripts": ["background.js"] },