CHAT PDF

CHAT PDF

CHAT PDF

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CHAT PDF",
  "description": "CHAT PDF",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "images/chatPdf16.png",
    "32": "images/chatPdf32.png",
    "48": "images/chatPdf48.png",
    "128": "images/chatPdf128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/chatPdf16.png",
      "32": "images/chatPdf32.png",
      "48": "images/chatPdf48.png",
      "128": "images/chatPdf128.png"
    },
    "default_title": "CHAT PDF",
    "default_popup": "KR/dispatcher.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}