Forum Discussion
Browser extension for (Brave, Chrome, Firefox) no longer integrates with 1Password app (no Touch ID)
I tried editing the json file but after restarting Chrome, it still prompts me for password. These are the contents of
com.1password.1password.json
{
"name": "com.1password.1password",
"description": "1Password BrowserSupport",
"path": "/Applications/1Password.app/Contents/Library/LoginItems/1Password Browser Helper.app/Contents/MacOS/1Password-BrowserSupport"
"type": "stdio",
"allowed_origins": [
"chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/",
"chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/",
"chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/",
"chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/"
]
}
Any ideas?
EDIT:
Nevermind, my fault. I missed the comma after the path string. All good now. Thanks guys!