Skip to content

Commit 2478a39

Browse files
authored
Change default storage (#101)
1 parent fb171e2 commit 2478a39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"permissions": ["activeTab", "storage", "notifications"],
3232
"host_permissions": ["http://*/*", "https://*/*"],
3333
"update_url": "http://clients2.google.com/service/update2/crx",
34-
"version":"2.0.2",
34+
"version":"2.0.3",
3535
"options_page": "assets/options.html",
3636
"icons": {
3737
"16": "assets/icon-16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "search_and_replace",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"resolutions": {
55
"author": "Chris Taylor <cjtaylor38@gmail.com>"
66
},

src/background/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function getDefaultStorage(): SearchReplacePopupStorage {
66
replaceTerm: '',
77
options: {
88
matchCase: false,
9-
inputFieldsOnly: true,
9+
inputFieldsOnly: false,
1010
hiddenContent: false,
1111
wholeWord: false,
1212
isRegex: false,

0 commit comments

Comments
 (0)