xdm icon indicating copy to clipboard operation
xdm copied to clipboard

New Edge: Unrecognised Manifest Key and Deprecated Version 2

Open wilburlikesmith opened this issue 2 years ago • 2 comments

Hi, this is probably not an issue, saw it previously as well. I tried doing a search here but did find it unless I'm not good at it... Thought I'd just mention these three "issues".

Microsoft Edge | 103.0.1264.37 (Official build) (64-bit) Revision | e3a6d3b5b3c3fc0540649e828d8cef033ae236ce Operating system | Windows 11 Version 21H2 (Build 22000.778) JavaScript | V8 10.3.6.7 User agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37

- Unrecognized manifest key '-ms-preload'.

{ "author": "Subhra Das Gupta", "background": { "page": "background.html", "persistent":true }, "browser_action": { "default_icon": { "16": "icon.png" } }, "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } }, "description": "XDM integration module for Firefox and Chromimum based browsers", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_edge_version": "33.14281.1000.0", "name": "XDM Browser Monitor", "permissions": [ "tabs", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*://*/*" ], "version": "1.4", "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } }

- Unrecognized manifest key 'minimum_edge_version'.

{ "author": "Subhra Das Gupta", "background": { "page": "background.html", "persistent":true }, "browser_action": { "default_icon": { "16": "icon.png" } }, "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } }, "description": "XDM integration module for Firefox and Chromimum based browsers", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_edge_version": "33.14281.1000.0", "name": "XDM Browser Monitor", "permissions": [ "tabs", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*://*/*" ], "version": "1.4", "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } }

- Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

{ "author": "Subhra Das Gupta", "background": { "page": "background.html", "persistent":true }, "browser_action": { "default_icon": { "16": "icon.png" } }, "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } }, "description": "XDM integration module for Firefox and Chromimum based browsers", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_edge_version": "33.14281.1000.0", "name": "XDM Browser Monitor", "permissions": [ "tabs", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*://*/*" ], "version": "1.4", "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } }

wilburlikesmith avatar Jun 26 '22 23:06 wilburlikesmith

Use the XDM Browser Monitor on Edge Add-ons rather than using the old xdm-edge https://microsoftedge.microsoft.com/addons/detail/xdm-browser-monitor/plohkbgcfpdjhcnoahppkcffaijkadgf

yxles-dev avatar Jul 19 '22 02:07 yxles-dev

I had this same issue too and @yxles-dev 's solution solved it for me.

IEdiong avatar Aug 19 '22 00:08 IEdiong