magnusbakken / espn-fantasy-autopick

A Chrome extension that lets you automatically add active players to the current roster in an ESPN NBA/NHL fantasy league.
MIT License
11 stars 6 forks source link

Support manifest version 3 #8

Closed magnusbakken closed 10 months ago

magnusbakken commented 3 years ago

The extension should be updated to support version 3 of the Chrome extension manifest.

Converting to Manifest V3 involves replacing the background page with a service worker. This will remove dependencies on some Chrome-only extension APIs, which may make it possible to create a Firefox version of the extension without significant changes.

magnusbakken commented 10 months ago

Manifest 3 is now implemented.