Empler AI | AI Workflows with GPT & More

Empler AI | AI Workflows with GPT & More

Next-Generation AI Tool For Better Outcomes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Empler AI | AI Workflows with GPT & More",
  "description": "Next-Generation AI Tool For Better Outcomes.",
  "version": "0.103",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logo_40.png",
        "mistral.webp",
        "anthropic_logo.jpg",
        "openai_white.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "cookies"
  ],
  "omnibox": {
    "keyword": "empler"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://app.empler.ai/"
  ],
  "background": {
    "service_worker": "js/background.js",
    "persistence": false
  }
}