Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Oct 23, 2021
1 parent fb0ab4f commit 5123597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Big Search",
"description": "Query any One or Multiple search engines via a Flexible tool. Highly customizable",
"manifest_version": 2,
"version": "2.3.0",
"version": "2.3.1",
"homepage_url": "https://github.com/garywill/bigSearch",
"author": {
"name": "Garywill",
Expand All @@ -13,7 +13,7 @@
"contextMenus"
],
"optional_permissions": [
"clipboardRead",
"clipboardRead"
],
"incognito": "split",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Big Search",
"description": "Query any One or Multiple search engines via a Flexible tool. Highly customizable",
"manifest_version": 2,
"version": "2.3.0",
"version": "2.3.1",
"homepage_url": "https://garywill.github.io",
"developer": {
"name": "Garywill",
Expand All @@ -14,7 +14,7 @@
],
"optional_permissions": [
"search",
"clipboardRead",
"clipboardRead"
],
"icons": {
"128": "icon.svg"
Expand Down

0 comments on commit 5123597

Please sign in to comment.