more clear instructions of how to use the webextension locally
This commit is contained in:
parent
03b2e064c2
commit
49c9279c1e
20
README
20
README
@ -41,6 +41,26 @@ This will create the zip file with the WebExtension in the directory
|
|||||||
packages/taler-wallet-webextension/extension/
|
packages/taler-wallet-webextension/extension/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installing local WebExtension
|
||||||
|
|
||||||
|
Firefox:
|
||||||
|
- Settings
|
||||||
|
- Add-ons
|
||||||
|
- Manage your extension -> Debug Add-ons
|
||||||
|
- Load temporary Add-on...
|
||||||
|
- Look for the zip file under './packages/taler-wallet-webextension/extension/' folder
|
||||||
|
|
||||||
|
Chrome:
|
||||||
|
- Settings
|
||||||
|
- More tools
|
||||||
|
- Extensions
|
||||||
|
- Load unpacked
|
||||||
|
- Look for the folder under './packages/taler-wallet-webextension/extension/'
|
||||||
|
|
||||||
|
You may need to use manifest v2 or v3 depending on the browser version:
|
||||||
|
https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/
|
||||||
|
https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/
|
||||||
|
|
||||||
### Reviewing WebExtension UI examples
|
### Reviewing WebExtension UI examples
|
||||||
|
|
||||||
The WebExtension can be tested using example stories.
|
The WebExtension can be tested using example stories.
|
||||||
|
Loading…
Reference in New Issue
Block a user