Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1password + okta extensions don't load #93

Closed
yocontra opened this issue Feb 22, 2024 · 2 comments
Closed

1password + okta extensions don't load #93

yocontra opened this issue Feb 22, 2024 · 2 comments

Comments

@yocontra
Copy link

Loading extension from /Users/contra/Projects/canopy-app/.webpack/extensions/1Password-–-Password-Manager
(node:45189) ExtensionLoadWarning: Warnings loading extension at /Users/contra/Projects/canopy-app/.webpack/extensions/1Password-–-Password-Manager:
  Permission 'contextMenus' is unknown or URL pattern is malformed.
  Permission 'downloads' is unknown or URL pattern is malformed.
  Permission 'notifications' is unknown or URL pattern is malformed.
  Permission 'privacy' is unknown or URL pattern is malformed.
  Permission 'webNavigation' is unknown or URL pattern is malformed.

(Use `Electron --trace-warnings ...` to show where the warning was created)
Loading extension from /Users/contra/Projects/canopy-app/.webpack/extensions/Okta-Browser-Plugin
(node:45189) ExtensionLoadWarning: Warnings loading extension at /Users/contra/Projects/canopy-app/.webpack/extensions/Okta-Browser-Plugin:
  Permission 'cookies' is unknown or URL pattern is malformed.
  Permission 'webNavigation' is unknown or URL pattern is malformed.
  Permission 'privacy' is unknown or URL pattern is malformed.

[45189:0221/223357.417672:ERROR:extensions_browser_client.cc(68)] Extension Error:
  OTR:     false
  Level:   2
  Source:  chrome-extension://kpeepjolgocnlfaehlhpkgmioincfjlf/background/background.js
  Message: Uncaught TypeError: Cannot read properties of undefined (reading 'onClicked')
  ID:      kpeepjolgocnlfaehlhpkgmioincfjlf
  Type:    RuntimeError
  Context: chrome-extension://kpeepjolgocnlfaehlhpkgmioincfjlf/background/background.js
  Stack Trace:
    {
      Line:     2
      Column:   1
      URL:      chrome-extension://kpeepjolgocnlfaehlhpkgmioincfjlf/background/background.js
      Function: (anonymous function)
    }
[45189:0221/223357.418611:ERROR:extensions_browser_client.cc(68)] Extension Error:
  OTR:     false
  Level:   1
  Source:  manifest.json
  Message: Service worker registration failed. Status code: 15
  ID:      kpeepjolgocnlfaehlhpkgmioincfjlf
  Type:    ManifestError

Attached zips for extensions. Let me know if there is anything I can do to assist, if you point me in the right direction I can work on fixing this and send a PR.

Okta-Browser-Plugin.zip
1Password-–-Password-Manager.zip

@yocontra
Copy link
Author

I realized these are probably just manifest v3 extensions - any idea where a good source for manifest v2 extensions would be as a short term solution until manifest v3 is supported? #38

@samuelmaddock
Copy link
Owner

Closing as these are caused by lack of Manifest v3 support.

To find v2 versions, you may have to search archives or the extension source repo if they save old releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants