SinclaM / desmos-unlocked

Browser extension for better user control of the Desmos graphing calculator configuration
MIT License
9 stars 1 forks source link

Migrate to manifest v3 where applicable #1

Closed SinclaM closed 2 years ago

SinclaM commented 2 years ago

Chromium browsers (Chrome, Edge, Opera) are moving forward with their plan to drop support for manifest v2. Chrome, for example, stopped support for new extensions using manifest v2 in January 2022, and Edge will do the same in July. Firefox, however, still does not fully support manifest v3.

Currently, the extension only builds for manifest v2, so we should migrate to v3 where applicable in order to publish on Chromium based browsers.