SidneyNemzer / snippets

A Chrome extension that allows you to create and edit JavaScript code snippets, which are synced to all your computers
https://chrome.google.com/webstore/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
63 stars 9 forks source link

MV3 Support #33

Closed SidneyNemzer closed 5 months ago

SidneyNemzer commented 5 months ago

This PR implements MV3 support for Snippets by converting the background page to a service worker. See #32 for details. Closes #32.