-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#212] Install from file not working for Firefox Add 'sign' command to package.json - self-signs add on for Firefox as "unlisted" - requires building the extension first… Update documentation to outline the two options for installing the add-on from file in Firefox. Add separate section about manual installs to the README Co-authored-by: Paul Meinhardt <paul@bitcrowd.net> [fixes #212]
- Loading branch information
1 parent
e894c30
commit fe0273e
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Maintainers 👔 | ||
|
||
Tips & tricks for maintainers of Tickety-Tick. | ||
|
||
## Sign add-on for Firefox | ||
|
||
Offering a (beta-) version for download requires self-signing the add-on through [addons.mozilla.org](https://extensionworkshop.com/documentation/publish/#distribute-your-signed-extension). This generates a `.xpi` for installing the extension in Firefox. | ||
|
||
Find the API credentials in 1Password and run: | ||
|
||
```shell | ||
yarn build:firefox && WEB_EXT_API_KEY=xxx WEB_EXT_API_SECRET=xxx yarn sign | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters