Tabs to Front v2

Tabs to Front v2

Brings newly created tabs to the foreground.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tabs to Front v2",
  "version": "2.2",
  "description": "Brings newly created tabs to the foreground.",
  "icons": {
    "16": "icon-16.jpg",
    "32": "icon-32.jpg",
    "48": "icon-48.jpg",
    "128": "icon-128.jpg"
  },
  "background": {
    "service_worker": "background.js"
  }
}