Skip to content

Commit

Permalink
docs(connect-webextension): knownHost process
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Mar 28, 2024
1 parent 1c2acbb commit 571cd81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/connect-webextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Amend your manifest.json to include the script as a content script. Replace <pat
],
```

## Adding your webextension to `knownHosts`

To ensure your extension is displayed with its name rather than its ID, you need to open a Pull Request to include it in the `knownHosts` section of the file located at https://github.com/trezor/trezor-suite/blob/develop/packages/connect/src/data/config.ts#L17.

## Examples

- [Simple example](https://github.com/trezor/trezor-suite/tree/develop/packages/connect-examples/webextension-mv3-sw)
Expand Down

0 comments on commit 571cd81

Please sign in to comment.