acvetkov / sinon-chrome

Testing chrome extensions with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating Chrome schemas

Josmithr opened this issue · comments

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?

facing the same issue for chrome.action and others

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