Chatterino / chatterino-browser-ext

26 stars 17 forks source link

refactor: migrate to manifest v3 #100

Open Nerixyz opened 3 months ago

Nerixyz commented 3 months ago

Migrates the extension to manifest v3 (required on Chrome from June 2024).

Firefox doesn't support service_worker in manifest v3 yet, so scripts is used instead (which Chrome doesn't support on v3). The manifest is built conditionally (pnpm build).

Tested it on Chrome (latest) and Firefox (nightly).