Open Eboi47 opened 3 weeks ago
As of this summer Google has switched to manifestV3 and has depreciated the manifestv2 standard. Because the manifest file has not been updated, the extension will not work.
https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
As of this summer Google has switched to manifestV3 and has depreciated the manifestv2 standard. Because the manifest file has not been updated, the extension will not work.
https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
Yep, that makes sense. The trick that allows the helper extension to work is that the keys are exposed in the ChromiumOS source tree... is there an alternative in newer versions for MV3?
As of this summer Google has switched to manifestV3 and has depreciated the manifestv2 standard. Because the manifest file has not been updated, the extension will not work. https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
Yep, that makes sense. The trick that allows the helper extension to work is that the keys are exposed in the ChromiumOS source tree... is there an alternative in newer versions for MV3?
When I go to the extension page on the chrome web store, it tells you to use this version. fixing this would also likely fix #77
You can see a list of the keys for extensions pretty easily in codesearch here - I'm sure at least one of these extensions would work - or maybe the current extension can just be updated straight to MV3? Who knows, this would need testing, and I don't have any testing devices on-hand right now.
Describe the bug The murkmod helper extension will say mush is not ready yet if you try to use anything. The mush terminal is still functional. I believe it is tied to the error which appears when viewing the extension page.
To Reproduce Steps to reproduce the behavior:
Expected behavior The button would be pressed and the task would be successfully executed.
Screenshots
System (please complete the following information):
Additional context When viewing the extension in the chrome web store, it shows up as the deprecated Secure Shell extension. The non-deprecated version is here