Open Murmur opened 2 years ago
Thank you for the info and I am investigating the V3 transition as seen in the official doc: https://developer.chrome.com/docs/extensions/mv3/mv3-migration/
I might also need to see if new restrictive APIs can be used to fulfill the purpose of this extension ...
Btw I forgot to pinpoint that the main manifest.json file is only for Firefox and the other _manifestchrome.json is provided for Chrome (this is explained in the dedicated wiki page when you want to package for Chrome)
The manifest V2 deprecation is post-poned by Google.
Here is their latest announcement: https://groups.google.com/a/chromium.org/g/chromium-extensions/c/zQ77HkGmK9E
June 2024 is the next target. https://www.i-programmer.info/news/86-browsers/16761-google-resumes-transition-to-manifest-v3.html
chrome extension
manifest.json version 2 is deprecated
warning in an extension details page.Also, manifest key
"applications":{..}
is not recognized.