Updated xpi for ff, updated manifests, updated build script
This commit is contained in:
@@ -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
|
||||
mv manifest_temp.json manifest.json
|
||||
cd ..
|
||||
mv src/web-ext-artifacts/* builds/
|
||||
BIN
builds/aula_fixer-1.4.xpi
Normal file
BIN
builds/aula_fixer-1.4.xpi
Normal file
Binary file not shown.
@@ -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": {
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user