File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,25 @@ module.exports = {
110110 }
111111 ```
112112
113+ - ** api**
114+ - Type: ` 'chrome'|'browser' `
115+ - Default: ` 'browser' `
116+
117+ Browser extension API to use.
118+
119+ - ** usePolyfill**
120+ - Type: ` boolean `
121+ - Default: ` true `
122+
123+ Whether to add [ webextension-polyfill] ( https://github.com/mozilla/webextension-polyfill ) to polyfill WebExtension APIs in chrome.
124+
125+ - ** autoImportPolyfill**
126+ - Type: ` boolean `
127+ - Default: ` true `
128+
129+ Whether to auto import ` webextension-polyfill ` using Webpack's [ ProvidePlugin] ( https://webpack.js.org/plugins/provide-plugin/ ) .
130+
131+
113132## Testing
114133This library is following the standard styling of vue projects, and those are really the only tests to perform.
115134
You can’t perform that action at this time.
0 commit comments