You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Сергей Маринкевич 2a17029751 add readme 4 months ago
public add firefox support 4 months ago
src add firefox support 4 months ago
.env add firefox support 4 months ago
.gitignore add firefox support 4 months ago
Dockerfile.build init 4 months ago
README.md add readme 4 months ago
docker-compose.yml init 4 months ago
manifest-chrome.json add firefox support 4 months ago
manifest-firefox.json add firefox support 4 months ago
manifest.json init 4 months ago
package-lock.json add firefox support 4 months ago
package.json add firefox support 4 months ago
tsconfig.json add firefox support 4 months ago
tsconfig.node.json init 4 months ago
vite.config.ts init 4 months ago

README.md

Build

docker-compose run --rm builder npm run build:chrome

or

docker-compose run --rm builder npm run build:firefox

Signed

Needs AMO API key from Mozilla.

docker-compose run --rm \
    -e AMO_JWT_ISSUER="$USER" \
    -e AMO_JWT_SECRET="$SECRET" \
    builder npm run package:firefox-signed