diff options
author | Teddy Wing | 2021-01-17 16:07:10 +0100 |
---|---|---|
committer | Teddy Wing | 2021-01-17 16:09:02 +0100 |
commit | 05544f7b31667c3a74d3ab254d53475e0f201b0d (patch) | |
tree | f2ca87aab95fd8dbcd64ba72ee4ff0db4a49d082 /extension/background.js | |
parent | 9d6537df154f458f2902a66f7df90acf8370dec7 (diff) | |
download | extreload-05544f7b31667c3a74d3ab254d53475e0f201b0d.tar.bz2 |
manifest.json: Add public key
Allows us to get a permanent extension ID that we can refer to for
Native Messaging (ID: pacpdcpgfbpkdpmhfaljffnfbdanmblh).
Generated the key with:
$ openssl rsa -in key.pem -pubout -outform DER 2>/dev/null | openssl base64 -A && echo
Using the explanation provided by Rob W
(https://stackoverflow.com/users/938089/rob-w) on Stack Overflow:
https://stackoverflow.com/questions/23873623/obtaining-chrome-extension-id-for-development/23877974#23877974
Diffstat (limited to 'extension/background.js')
0 files changed, 0 insertions, 0 deletions