Compare commits
3 Commits
bad697fa99
...
V1.4.3
| Author | SHA1 | Date | |
|---|---|---|---|
| b4cfdd103b | |||
| ffe67c5035 | |||
| a5cb543ca4 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ aula-fixer_v1-2.zip
|
|||||||
|
|
||||||
web-ext-artifacts
|
web-ext-artifacts
|
||||||
src.pem
|
src.pem
|
||||||
|
dev
|
||||||
@@ -6,6 +6,6 @@ echo "Building/signing listed firefox extension"
|
|||||||
mv src/manifest.json src/manifest_temp.json
|
mv src/manifest.json src/manifest_temp.json
|
||||||
mv src/manifest_ff.json src/manifest.json
|
mv src/manifest_ff.json src/manifest.json
|
||||||
echo "manifest_ff > manifest"
|
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.json src/manifest_ff.json
|
||||||
mv src/manifest_temp.json src/manifest.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.
@@ -16,4 +16,5 @@ hey everyone looking space for one
|
|||||||
room available for girl (shared accommodation)
|
room available for girl (shared accommodation)
|
||||||
takeover an en-suite room
|
takeover an en-suite room
|
||||||
i'm currently seeking for someone who can take over an en-suite room
|
i'm currently seeking for someone who can take over an en-suite room
|
||||||
accomodation alert
|
accomodation alert
|
||||||
|
looking to lease my studio apartment
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Aula Fixer",
|
"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.",
|
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Aula Fixer",
|
"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.",
|
"description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.",
|
||||||
|
|
||||||
"background": {
|
"background": {
|
||||||
|
|||||||
Reference in New Issue
Block a user