fix: update channel to listed in web-ext sign command and add metadata.json
Some checks failed
CI / build-and-publish (push) Failing after 36s
Some checks failed
CI / build-and-publish (push) Failing after 36s
This commit is contained in:
@@ -62,10 +62,11 @@ jobs:
|
||||
npx web-ext sign \
|
||||
--api-key ${{ secrets.MOZILLA_ADDON_API_KEY }} \
|
||||
--api-secret ${{ secrets.MOZILLA_ADDON_API_SECRET }} \
|
||||
--channel unlisted \
|
||||
--channel listed \
|
||||
--approval-timeout 0 \
|
||||
--source-dir . \
|
||||
--artifacts-dir dist
|
||||
--amo-metadata metadata.json
|
||||
|
||||
- name: Push changes
|
||||
if: github.event_name == 'push'
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "vinted-favs-price",
|
||||
"name": "Vinted Favorites Price",
|
||||
"version": "1.2.5",
|
||||
"license": "MIT",
|
||||
"categories": {
|
||||
"firefox": [
|
||||
"shopping"
|
||||
@@ -21,7 +20,7 @@
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "fav-price@vinted.de",
|
||||
"id": "{425f78c9-e49e-4346-a7b5-b03ce33ea526}",
|
||||
"data_collection_permissions": {
|
||||
"required": [
|
||||
"websiteContent"
|
||||
|
||||
5
metadata.json
Normal file
5
metadata.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": { "license": "MIT" },
|
||||
"categories": { "firefox": ["shopping"] },
|
||||
"requires_payment": false
|
||||
}
|
||||
Reference in New Issue
Block a user