Liner: ChatGPT AI Copilot for Web&YouTube&PDF

Liner: ChatGPT AI Copilot for Web&YouTube&PDF

Use ChatGPT directly on the website, even on YouTube! Add AI Copilot and get more done with your personal AI assistant/AI Companion.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "Liner",
  "version": "7.14.20",
  "homepage_url": "https://getliner.com",
  "icons": {
    "16": "/images/icon/icon-saved-16.png",
    "32": "/images/icon/icon-saved-32.png",
    "48": "/images/icon/icon-saved-48.png",
    "128": "/images/icon/icon-saved-128.png"
  },
  "action": {
    "default_title": "Save to Liner",
    "default_icon": {
      "16": "/images/icon/icon-saved-16.png",
      "32": "/images/icon/icon-saved-32.png",
      "48": "/images/icon/icon-saved-48.png",
      "128": "/images/icon/icon-saved-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "/liner-core.be.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.youtube.com/watch*",
        "https://www.youtube-nocookie.com/embed/*",
        "https://www.youtube.com/embed/*"
      ],
      "exclude_matches": [
        "https://www.youtube.com/embed/?*",
        "https://www.youtube.com/embed?*"
      ],
      "all_frames": true,
      "js": [
        "/liner-core.be.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://getliner.com/pdf/checksum/*",
        "https://*.getliner.com/pdf/checksum/*"
      ],
      "css": [
        "/pdfCSS.css"
      ]
    }
  ],
  "background": {
    "service_worker": "backgrounds.js"
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "options_page": "/options/options.html",
  "commands": {
    "toggle-side-panel": {
      "suggested_key": "Ctrl+I",
      "description": "Open/Close Copilot side panel"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}