ChrisRegado / streamdeck-googlemeet

A Stream Deck plugin to manage your Google Meet microphone and camera.
MIT License
323 stars 32 forks source link

Update Chrome manifest from V2 to V3 #25

Closed zoness32 closed 2 years ago

zoness32 commented 2 years ago

Currently an error appears in Chrome when loading the extension into the browser warning of the deprecation of manifest V2 in favor of manifest V3. This PR upgrades the manifest to V3 following this guide to eliminate this error.

image