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

This commit is contained in:
Space-Banane
2026-02-17 16:43:18 +01:00
parent 414eebee5f
commit 1ae6d73338
3 changed files with 9 additions and 4 deletions

View File

@@ -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'

View File

@@ -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
View File

@@ -0,0 +1,5 @@
{
"version": { "license": "MIT" },
"categories": { "firefox": ["shopping"] },
"requires_payment": false
}