Smart Tab Groups

Smart Tab Groups

Automatically manages your tabs by URL!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Tab Groups",
  "version": "1.0",
  "description": "Automatically manages your tabs by URL!",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/tab16.png",
    "32": "images/tab32.png",
    "64": "images/tab64.png",
    "128": "images/tab128.png"
  },
  "manifest_version": 2
}