Skip to content

Commit c7d61e1

Browse files
committed
Remove trailing white spaces
1 parent 731213c commit c7d61e1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,24 +116,24 @@ module.exports = {
116116

117117
See [Component options](#component-options).
118118

119-
- **manifestSync**
120-
- Type: `Array<string>`
119+
- **manifestSync**
120+
- Type: `Array<string>`
121121
- Default: `['version']`
122-
122+
123123
Array containing names of `manifest.json` keys that will be automatically synced with `package.json` on build.
124124

125125
Currently, the only supported keys are `version` and `description`.
126126

127-
- **api**
127+
- **api**
128128
- Type: `'chrome'|'browser'`
129129
- Default: `'browser'`
130-
130+
131131
Browser extension API to use.
132132

133133
- **usePolyfill**
134134
- Type: `boolean`
135135
- Default: `true`
136-
136+
137137
Whether to add [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) to polyfill WebExtension APIs in chrome.
138138

139139
- **autoImportPolyfill**
@@ -168,9 +168,9 @@ module.exports = {
168168

169169
#### background
170170

171-
- **entry**
171+
- **entry**
172172
- Type: `string|Array<string>`
173-
173+
174174
Background script as webpack entry using the [single entry shorthand syntax](https://webpack.js.org/concepts/entry-points/#single-entry-shorthand-syntax).
175175

176176
```js
@@ -181,9 +181,9 @@ module.exports = {
181181

182182
#### contentScripts
183183

184-
- **entries**
184+
- **entries**
185185
- Type: `{[entryChunkName: string]: string|Array<string>}`
186-
186+
187187
Content scripts as webpack entries using using the [object syntax](https://webpack.js.org/concepts/entry-points/#object-syntax).
188188

189189
```js

0 commit comments

Comments
 (0)