Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4cfdd103b | |||
| ffe67c5035 | |||
| a5cb543ca4 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ aula-fixer_v1-2.zip
|
||||
|
||||
web-ext-artifacts
|
||||
src.pem
|
||||
dev
|
||||
@@ -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
BIN
builds/aula_fixer-1.4.2.xpi
Normal file
Binary file not shown.
BIN
builds/aula_fixer-1.4.3.xpi
Normal file
BIN
builds/aula_fixer-1.4.3.xpi
Normal file
Binary file not shown.
BIN
builds/aula_fixer-1.4.3.zip
Normal file
BIN
builds/aula_fixer-1.4.3.zip
Normal file
Binary file not shown.
@@ -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
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user