WeLoop.ai

WeLoop.ai

WeLoop's AI takes care of business and IT support by receiving, understanding, analyzing, and qualifying user requests

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WeLoop.ai",
  "version": "1.3",
  "description": "WeLoop's AI takes care of business and IT support by receiving, understanding, analyzing, and qualifying user requests",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "WeLoop.ai"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "resources/weloopai.dev.js",
        "resources/weloopai.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}