Thunderbit - Use & Build AI Apps

Thunderbit - Use & Build AI Apps

1-Click to use, customize and build your own AI Apps and Automations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Thunderbit - Use & Build AI Apps",
  "version": "2.2.8",
  "description": "1-Click to use, customize and build your own AI Apps and Automations",
  "action": {
    "default_icon": {
      "16": "src/assets/logo_16.png",
      "48": "src/assets/logo_48.png",
      "128": "src/assets/logo_128.png"
    },
    "default_title": "Thunderbit"
  },
  "icons": {
    "16": "src/assets/logo_16.png",
    "48": "src/assets/logo_48.png",
    "128": "src/assets/logo_128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "side_panel": {
    "default_path": "index.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting",
    "notifications",
    "sidePanel",
    "commands"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+T",
        "mac": "Alt+T"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html",
        "modal.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index3.js",
        "assets/message.js",
        "assets/index.ts.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "minimum_chrome_version": "102",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiquW8kwcPsmPduclrEGtfOg/fn+vqIAzvs980TKV3gM1dWnXfVx0tqJewBPlOE5LnNdLCRJ13QVQUF381WjQvY3FnB7NU/g/V/+7FJ3Rjj8/2OGPBIm+RSk9VpbgiHL36txy2q1SCNggcjfn/F927JjdJeJyg3puRESEN/aSEMqR+LPffR3Jx4vsAwE0uuSi7ZZpam4SjDZQwUa1Zz3VrXQQ22/qWympD65CC4Te1fL49rsLcXTVuOsKFdO7sd2WS5fyP81/QBLJdIs67wgsDo/whfb0vWgR+9dMr8rHAMXW+kTHbaHUdQ0tLbFdVzYxKI/Oi1L6bkYihSb4VI9fmwIDAQAB"
}