Skip to content

Commit

Permalink
Add script to upload to AMO
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed May 27, 2024
1 parent fa5ceb9 commit 87ec90c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .amo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": {
"license": "MIT"
},
"categories": {
"firefox": [
"other"
]
},
"requires_payment": false,
"homepage": {
"en-US": "https://github.com/aahung/twilio-console-plus"
},
"support_email": {
"en-US": "[email protected]"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"build": "rm -rf dist && NODE_ENV=production webpack",
"lint": "web-ext lint && eslint 'src/**/*.{ts,tsx}'",
"fix": "prettier --write src && eslint --fix 'src/**/*.{ts,tsx}'",
"package": "web-ext build"
"package": "web-ext build",
"submit:firefox": "web-ext sign --use-submission-api --channel=listed --amo-metadata=.amo-metadata.json --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET"
},
"dependencies": {
"-": "^0.0.1",
Expand Down

0 comments on commit 87ec90c

Please sign in to comment.