Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DovieW committed Jul 23, 2024
1 parent f4cffaf commit 4ed9827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"update_url": "https://clients2.google.com/service/update2/crx",

"name": "Middle Click to Search",
"description": "Middle click highlighted text to search google with that text in a new tab.",
"version": "0.1.5",
"description": "Middle click highlighted text to do a search with that text in a new tab.",
"version": "0.1.6",
"manifest_version": 3,
"background":{
"service_worker": "background.js"
Expand All @@ -26,4 +26,4 @@
"open_in_tab": false
},
"permissions": ["storage"]
}
}

0 comments on commit 4ed9827

Please sign in to comment.