Vio - Your ChatGPT Companion

Vio - Your ChatGPT Companion

AI companion powered by ChatGPT that give your instant answers and help generating text on any page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0.2",
  "icons": {
    "16": "images/vio-icon-16.png",
    "32": "images/vio-icon-32.png",
    "48": "images/vio-icon-48.png",
    "128": "images/vio-icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.tsx.dd19caa3.8fb3de87.js"
      ],
      "matches": [
        "https://*.openai.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/content-script-loader.highlight.tsx.031bf3e9.e2b92ef7.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/icons/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.openai.com/*"
      ],
      "resources": [
        "assets/jsx-runtime.2b3ad7ef.js",
        "assets/browser-polyfill.9745e1e7.js",
        "assets/chatgpt.b88b4716.js",
        "assets/v4.32f63e89.js",
        "assets/content.tsx.dd19caa3.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/jsx-runtime.2b3ad7ef.js",
        "assets/browser-polyfill.9745e1e7.js",
        "assets/FeedbackButton.275c54cf.js",
        "assets/shared-constants.edcdd084.js",
        "assets/v4.32f63e89.js",
        "assets/highlight.tsx.031bf3e9.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "https://*.openai.com/*"
  ],
  "options_page": "options.html",
  "action": {
    "default_title": "__MSG_extName__"
  },
  "default_locale": "en"
}