Skip to content

das-labor/status-webextension

Repository files navigation

"Das Labor" status as a WebExtension

Preparation:

Install web-ext:

npm install web-ext

Run

web-ext run

Build

web-ext build

Todo

Releasing

  • Update version in manifest.json
  • web-ext build
  • Sign as specified further below
  • create a new release on GitHub with the tag = version number, but prefixed with 'v'
  • attach the .xpi to the release and copy the link to it by right clicking on the file in the release list
  • add the new version to update.json, using the link you just copied

Signing

Key and Secret can be obtained with an Mozilla Addons account.

ID has to be specified if you're not @fridtjof (I signed 0.0.1 with my account, and I think IDs are global)

web-ext sign --api-key="" --api-secret="" --id=""

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published