electron-browser-shell
electron-browser-shell copied to clipboard
[electron-chrome-extensions] Why does the first context menu item go to the chrome store?
The first context menu item for an extension icon in browser-action-list opens the chrome webstore. Why is this, and can it be removed?
Right, so the first item links to the homepage from the manifest file, and that's consistent with chrome. When that's missing it should link to the chrome webstore ID, but electron-chrome-extensions currently uses the internal ID which looks the same, but is a different ID, and this results in a 404.