Lusito / webextension-polyfill-ts

This is a TypeScript ready "wrapper" for the WebExtension browser API Polyfill by Mozilla
zlib License
392 stars 23 forks source link

Can I define custom schemas in addition to the official declarative schemas? #103

Closed web-dahuyou closed 2 months ago

web-dahuyou commented 3 months ago

Since the official declarative schemas does not include a tabGroups.json, but i develop a browser extension will use the browser.tabGroups API.

I want to add a tabGroups.json file in the schemas directory by myself, but when I run the npm run fetch command, the tagGroups.json file will be removed.

I am trying to contribute to the tabGroups API, but the code cannot be submitted at the moment.

Lusito commented 2 months ago

Currently not. But I don't mind adding it via your PR. So feel free to close this once the PR is merged.