Definio: Multimodal AI Copilot Claude3 Opus, GPT4, ChatGPT, Gemini 1.5 Pro

Definio: Multimodal AI Copilot Claude3 Opus, GPT4, ChatGPT, Gemini 1.5 Pro

Access latest AI models in your sidebar, translate, search definitions, create notes and learn - all in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.2.2",
  "short_name": "Definio",
  "name": "Definio: Multimodal AI Copilot Claude3 Opus, GPT4, ChatGPT, Gemini 1.5 Pro",
  "description": "Access latest AI models in your sidebar, translate, search definitions, create notes and learn - all in one place",
  "author": "Zuka Murvanidze",
  "icons": {
    "16": "definio-logo-16.32f30b31.png",
    "48": "definio-logo-48.9fc5aebc.png",
    "128": "definio-logo-128.c1e136b8.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.c91630eb.js"
      ],
      "css": []
    }
  ],
  "action": {
    "default_title": "Click to open panel",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "serviceWorker.7a0e40d9.js"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://localhost/*",
      "https://definio.org/*",
      "https://*.definio.org/*"
    ]
  },
  "minimum_chrome_version": "114",
  "permissions": [
    "sidePanel",
    "contextMenus"
  ]
}