3 Commits

Author SHA1 Message Date
b4cfdd103b built 1.4.3, fixed listed build script 2026-03-02 13:29:19 +00:00
ffe67c5035 Update src/keywords.txt 2026-03-02 13:17:52 +00:00
a5cb543ca4 Update src/keywords.txt 2026-03-02 13:17:31 +00:00
8 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ aula-fixer_v1-2.zip
web-ext-artifacts
src.pem
dev

View File

@@ -6,6 +6,6 @@ echo "Building/signing listed firefox extension"
mv src/manifest.json src/manifest_temp.json
mv src/manifest_ff.json src/manifest.json
echo "manifest_ff > manifest"
web-ext sign --channel=unlisted --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds
web-ext sign --channel=listed --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds
mv src/manifest.json src/manifest_ff.json
mv src/manifest_temp.json src/manifest.json

BIN
builds/aula_fixer-1.4.2.xpi Normal file

Binary file not shown.

BIN
builds/aula_fixer-1.4.3.xpi Normal file

Binary file not shown.

BIN
builds/aula_fixer-1.4.3.zip Normal file

Binary file not shown.

View File

@@ -17,3 +17,4 @@ room available for girl (shared accommodation)
takeover an en-suite room
i'm currently seeking for someone who can take over an en-suite room
accomodation alert
looking to lease my studio apartment

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Aula Fixer",
"version": "1.4",
"version": "1.4.3",
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
"background": {

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Aula Fixer",
"version": "1.4.1",
"version": "1.4.3",
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
"background": {