DeepTab

DeepTab

DeepTab - All in One AI Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DeepTab",
  "description": "DeepTab - All in One AI Tool",
  "version": "1.2.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "48": "icons/logo-48.png",
      "128": "icons/logo-128.png"
    },
    "default_title": "Toggle DeepTab sidePanel"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.js-loader-222c778f.js"
      ],
      "matches": [
        "https://deeptab.net/*"
      ]
    }
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "icons/logo-16.png",
        "icons/logo-32.png",
        "icons/logo-48.png",
        "icons/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://deeptab.net/*"
      ],
      "resources": [
        "assets/chunk-bfba439a.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "sidePanel",
    "storage",
    "scripting"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}