diff --git a/manifest.json b/manifest.json index ee01770..6a955e5 100644 --- a/manifest.json +++ b/manifest.json @@ -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" @@ -26,4 +26,4 @@ "open_in_tab": false }, "permissions": ["storage"] -} +} \ No newline at end of file