Otto Tabs

Otto Tabs

Automatic tabs management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Otto Tabs",
  "description": "__MSG_manifest_description__",
  "default_locale": "en",
  "version": "0.3.2",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "commands": {},
  "icons": {
    "48": "ic_launcher_round_48.png",
    "72": "ic_launcher_round_72.png",
    "96": "ic_launcher_round_96.png",
    "144": "ic_launcher_round_144.png",
    "192": "ic_launcher_round_192.png"
  }
}