acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
439 stars 48 forks source link

Updating Chrome schemas #112

Open Josmithr opened 2 years ago

Josmithr commented 2 years ago

I'm attempting to write some tests for a Chrome Manifest V3 extension, but the current Chrome schemas exported by sinon-chrome are missing a number of newer APIs used by V3 extensions (e.g. chrome.action).

Are there any plans to update the schemas?

jvelezpo commented 1 year ago

facing the same issue for chrome.action and others

iron2414mw commented 1 year ago

Facing the same issue, any plans for this? Or can we submit a PR at least?