gildas-lormeau / SingleFile

Web Extension for saving a faithful copy of a complete web page in a single HTML file
GNU Affero General Public License v3.0
14.3k stars 945 forks source link

Update to Manifest v3 for Chrome Web Store #1351

Closed marshalljp closed 6 months ago

marshalljp commented 6 months ago

Google is eventually going to move completely away from allowing extensions that use manifest v2 in the web store. They already will not allow for new manifest v2 extensions from being put into the store. Is there any plans to migrate SingleFile to manifest v3?

gildas-lormeau commented 6 months ago

Yes, the extension is in fact ready to be migrated, see https://github.com/gildas-lormeau/SingleFile-MV3.

Extension development with Manifest V3 is a real pain because of the bug mentioned on the project page. So I'm waiting until the last moment to migrate.

marshalljp commented 6 months ago

Oh thanks for the info! I really appreciate it and glad there is already a MV3 candidate ready.

gildas-lormeau commented 6 months ago

You're welcome! I'm converting this issue to a discussion in order to make it more visible to people.