Serperbuy(For legacy)

Serperbuy(For legacy)

Worked to work :: (Warning) This extension is applied to Legacy Superb AI Suite (v1.9.9 and earlier)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Serperbuy(For legacy)",
  "description": "Worked to work :: (Warning) This extension is applied to Legacy Superb AI Suite (v1.9.9 and earlier)",
  "version": "1.1.4",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "background": {},
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon32.png",
      "48": "icon48.png"
    }
  },
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://suite-anno.superb-ai.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.js",
        "modules/*",
        "tools/*"
      ],
      "matches": [
        "https://suite-anno.superb-ai.com/*"
      ]
    }
  ]
}