Fix encryption enable by removing broken org UI references, bump to 0.9.44
Removed Organization section JS (initOrgUI, showOrgJoined, showOrgNotJoined, setOrgStatus) and OrgPolicy import from options.js. These referenced DOM elements deleted in a prior commit, causing DOMContentLoaded init to fail before the encryption button listener could be registered. https://claude.ai/code/session_01CwcZK8nqL8pyBH9AxDs9qo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Silent Send",
|
||||
"version": "0.9.43",
|
||||
"version": "0.9.44",
|
||||
"description": "Intercepts personal info and substitutes it with user-defined replacements before sending to AI services.",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
||||
Reference in New Issue
Block a user