File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,28 @@ The Web eID extension for Safari is built as a [Safari web extension](https://de
5757Make sure the `NATIVE_APP_NAME` value in `src/config.ts` matches the one in
5858the Web-eID native application manifest file.
5959
60+ ### Developer tools
61+
62+ The Web eID DevTools tab can be useful while integrating Web eID on a website.
63+
64+ #### Features
65+ - Event history between the website, extension and native application.
66+ - Extension's internal log messages.
67+ - Option to override extension settings, without needing to compile the extension yourself.
68+ - Option to allow the http://localhost origin when authenticating and signing
69+
70+ #### Enable or disable the Web eID developer tools tab
71+
72+ **Firefox**
73+ 1. Open [Menu -> Settings -> Extensions and themes]
74+ or navigate to the address `about:addons`
75+ 2. Open the Web eID extension details
76+ 3. Open the "Permissions" tab
77+ 4. Toggle "Extend developer tools to access your data in open tabs"
78+
79+ **Chrome**
80+ 1. Open [Settings -> Extensions]
81+ or navigate to the address `chrome://extensions/`
82+ 2. Open the Web eID extension details
83+ 3. Open "Extension options"
84+ 4. Toggle "Enable developer tools"
You can’t perform that action at this time.
0 commit comments