Search in background tab

Search in background tab

Opens the "Search google for" search in a background tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search in background tab",
  "version": "0.0.7",
  "manifest_version": 3,
  "description": "Opens the \"Search google for\" search in a background tab.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "options_page": "options.html"
}