karl-rousseau / HybridTvViewer

[WIP] Web extension making Firefox & Chrome emulate iTV webpages instead of downloading them.
MIT License
67 stars 25 forks source link

chrome extension manifest.json version 2 is deprecated #38

Open Murmur opened 1 year ago

Murmur commented 1 year ago

chrome extension manifest.json version 2 is deprecated warning in an extension details page.

Also, manifest key "applications":{..} is not recognized.

karl-rousseau commented 1 year 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 ...

karl-rousseau commented 1 year ago

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)

karl-rousseau commented 1 year ago

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

Murmur commented 10 months ago

June 2024 is the next target. https://www.i-programmer.info/news/86-browsers/16761-google-resumes-transition-to-manifest-v3.html