Glarity ChatGPT: Summary & Translate AnyPage

Glarity ChatGPT: Summary & Translate AnyPage

Summarize YouTube videos, web pages, and translate text with ChatGPT, helping you read and write in your mother tongue, all for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.17.11",
  "manifest_version": 3,
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "host_permissions": [
    "<all_urls>",
    "https://*.openai.com/",
    "https://*.openai.azure.com/",
    "https://*.glarity.app/",
    "https://*.google-analytics.com/"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus",
    "sidePanel",
    "offscreen",
    "https://api.glarity.app/*",
    "https://vi2vocal.s3.ap-northeast-1.amazonaws.com/*",
    "https://www.google-analytics.com/*",
    "https://glarity.app/api/*",
    "https://*.felo.ai/*",
    "https://*.glarity.app/*",
    "https://account.felo.ai/*",
    "https://glarityapi.com/*"
  ],
  "optional_permissions": [
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "action": {
    "default_title": "Click to open panel"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "langchainModules.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-script.css"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "MacCtrl+M",
        "linux": "Ctrl+M"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "subtitle/inject.js"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}