acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
434 stars 46 forks source link

Updating Chrome schemas #112

Open Josmithr opened 1 year ago

Josmithr commented 1 year 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 11 months ago

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