You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Vue app, the line installExtension(VUEJS_DEVTOOLS); in background.ts is causing this series of warnings:
INFO Launching Electron...
(node:7380) ExtensionLoadWarning: Warnings loading extension at
C:\Users\IvanOv\AppData\Roaming\client\extensions\nhdogjmejiglipccpnnnanhbledajbpd:
Unrecognized manifest key 'browser_action'.
Unrecognized manifest key 'update_url'.
Permission 'contextMenus' is unknown or URL pattern is malformed.
Cannot load extension with file or directory name _metadata.
Filenames starting with "_" are reserved for use by the system.
The text was updated successfully, but these errors were encountered:
When running the Vue app, the line
installExtension(VUEJS_DEVTOOLS);
inbackground.ts
is causing this series of warnings:The text was updated successfully, but these errors were encountered: