Skip to content

Commit b5f32d4

Browse files
taneltmmrts
authored andcommitted
Update README.md with DevTools instructions
Signed-off-by: Tanel Metsar <[email protected]>
1 parent bee7b14 commit b5f32d4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,28 @@ The Web eID extension for Safari is built as a [Safari web extension](https://de
5757
Make sure the `NATIVE_APP_NAME` value in `src/config.ts` matches the one in
5858
the 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"

0 commit comments

Comments
 (0)