You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,24 +116,24 @@ module.exports = {
116
116
117
117
See [Component options](#component-options).
118
118
119
-
-**manifestSync**
120
-
- Type: `Array<string>`
119
+
-**manifestSync**
120
+
- Type: `Array<string>`
121
121
- Default: `['version']`
122
-
122
+
123
123
Array containing names of `manifest.json` keys that will be automatically synced with `package.json` on build.
124
124
125
125
Currently, the only supported keys are `version` and `description`.
126
126
127
-
-**api**
127
+
-**api**
128
128
- Type: `'chrome'|'browser'`
129
129
- Default: `'browser'`
130
-
130
+
131
131
Browser extension API to use.
132
132
133
133
-**usePolyfill**
134
134
- Type: `boolean`
135
135
- Default: `true`
136
-
136
+
137
137
Whether to add [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) to polyfill WebExtension APIs in chrome.
138
138
139
139
-**autoImportPolyfill**
@@ -168,9 +168,9 @@ module.exports = {
168
168
169
169
#### background
170
170
171
-
-**entry**
171
+
-**entry**
172
172
- Type: `string|Array<string>`
173
-
173
+
174
174
Background script as webpack entry using the [single entry shorthand syntax](https://webpack.js.org/concepts/entry-points/#single-entry-shorthand-syntax).
0 commit comments