View PDF

View PDF

Amplify your Chrome Experience with View PDF. View PDF replaces your New Tab with 14 PDF tools, Yahoo Web Search & Background…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0.1",
  "manifest_version": 3,
  "short_name": "View PDF",
  "name": "View PDF",
  "background": {
    "service_worker": "install_service.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https://v2.convertapi.com https://www.viewpdf.org https://viewpdf.org https://www.convertapi.com; script-src 'self'; object-src 'self'; img-src 'self' https://viewpdf.org * data:;"
  }
}