AskPaper – Research ChatGPT for any article

AskPaper – Research ChatGPT for any article

AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AskPaper – Research ChatGPT for any article",
  "version": "0.0.1",
  "description": "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents",
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "scripting"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon32.png",
      "128": "images/icon192.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon32.png",
    "128": "images/icon192.png"
  },
  "host_permissions": [
    "https://www.askpaper.ai/*"
  ],
  "background": {
    "service_worker": "service_worker.js"
  }
}