Skip to content

Commit addf2d2

Browse files
committed
Fix incorrect docs order due to merge of PR #13
1 parent 3dce789 commit addf2d2

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff 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

130148
Some 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
201200
This library is following the standard styling of vue projects, and those are really the only tests to perform.
202201

0 commit comments

Comments
 (0)