-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #368 from z3us-dapps/develop
v1.0.46+ext
- Loading branch information
Showing
3 changed files
with
32 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 |
---|---|---|
|
@@ -86,6 +86,16 @@ Before adding to firefox some changes to manifest file must be made: | |
}, | ||
``` | ||
|
||
3. Add `extension id` to `manifest` | ||
```diff | ||
+ "browser_specific_settings": { | ||
+ "gecko": { | ||
+ "id": "[email protected]", | ||
+ "strict_min_version": "42.0" | ||
+ } | ||
+ }, | ||
``` | ||
|
||
- Create archive by compresing all the files `inside` the directory `apps/extension/dist`. | ||
- In the Firefox browser navigate to `about:debugging#/runtime/this-firefox`. | ||
- Click the button `Load temporary Add-on...`, then select an archive file you prepared. | ||
|
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