diff --git a/Aula-Fixer.xpi b/Aula-Fixer.xpi deleted file mode 100644 index fb5ab33..0000000 Binary files a/Aula-Fixer.xpi and /dev/null differ diff --git a/manifest.json b/manifest.json index 181634f..0fd29bd 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,8 @@ "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" + "service_worker": "background.js", + "scripts": ["background.js"] }, "content_scripts": [ diff --git a/web-ext-artifacts/aula_fixer-1.3.xpi b/web-ext-artifacts/aula_fixer-1.3.xpi new file mode 100644 index 0000000..e18f014 Binary files /dev/null and b/web-ext-artifacts/aula_fixer-1.3.xpi differ