File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed
Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,24 @@ module.exports = {
125125
126126 Currently, the only supported keys are ` version ` and ` description ` .
127127
128+ - ** api**
129+ - Type: ` 'chrome'|'browser' `
130+ - Default: ` 'browser' `
131+
132+ Browser extension API to use.
133+
134+ - ** usePolyfill**
135+ - Type: ` boolean `
136+ - Default: ` true `
137+
138+ Whether to add [ webextension-polyfill] ( https://github.com/mozilla/webextension-polyfill ) to polyfill WebExtension APIs in chrome.
139+
140+ - ** autoImportPolyfill**
141+ - Type: ` boolean `
142+ - Default: ` true `
143+
144+ Whether to auto import ` webextension-polyfill ` using Webpack's [ ProvidePlugin] ( https://webpack.js.org/plugins/provide-plugin/ ) .
145+
128146### Component options
129147
130148Some browser extension components have additional options which can be set as follows:
@@ -178,25 +196,6 @@ module.exports = {
178196 }
179197 ```
180198
181- - ** api**
182- - Type: ` 'chrome'|'browser' `
183- - Default: ` 'browser' `
184-
185- Browser extension API to use.
186-
187- - ** usePolyfill**
188- - Type: ` boolean `
189- - Default: ` true `
190-
191- Whether to add [ webextension-polyfill] ( https://github.com/mozilla/webextension-polyfill ) to polyfill WebExtension APIs in chrome.
192-
193- - ** autoImportPolyfill**
194- - Type: ` boolean `
195- - Default: ` true `
196-
197- Whether to auto import ` webextension-polyfill ` using Webpack's [ ProvidePlugin] ( https://webpack.js.org/plugins/provide-plugin/ ) .
198-
199-
200199## Testing
201200This library is following the standard styling of vue projects, and those are really the only tests to perform.
202201
You can’t perform that action at this time.
0 commit comments