AskYourPDF: The Best ChatPDF AI Extension

AskYourPDF: The Best ChatPDF AI Extension

The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AskYourPDF: The Best ChatPDF AI Extension",
  "version": "1.13",
  "description": "The best ChatPDF extension that lets you chat with your PDFs, get summaries, ask questions, and receive the answers you need!",
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon.png",
      "32": "images/icon.png",
      "48": "images/icon.png",
      "128": "images/icon.png"
    }
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "framer.html",
        "login.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}