Webtastic AI: B2B data anywhere

Webtastic AI: B2B data anywhere

Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Webtastic AI: B2B data anywhere",
  "version": "1.2.5",
  "description": "Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals",
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon_32.png"
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "512": "icon_512.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle1711016384296.chunk.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/detect-technologies.js"
      ],
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/iframe.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*.js",
        "assets/js/*.js",
        "assets/css/*.css",
        "images/icons/*.png"
      ],
      "matches": [
        "*://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}