ethersphere / swarm-extension

PoC for Swarm Browser Extension
14 stars 3 forks source link

Use manifest V3 format #73

Open agazso opened 2 years ago

agazso commented 2 years ago

Chrome will transition to Manifest V3 format for the extensions and eventually they will phase out the Manifest V2 format (that the project is currently using). Here is the official announcement:

https://developer.chrome.com/blog/mv2-transition/

agazso commented 2 years ago

This seems to be a controversial change and it may require some of planned features more difficult to implement based on the issue in IPFS Companion:

https://github.com/ipfs/ipfs-companion/issues/666