Fastest PDF Chrome Reader

Fastest PDF Chrome Reader

A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fastest PDF Chrome Reader",
  "background": {
    "service_worker": "first.js"
  },
  "action": {},
  "default_locale": "en",
  "description": "__MSG_description__",
  "file_browser_handlers": [
    {
      "default_title": "Open with Fastest PDF Chrome Reader",
      "file_filters": [
        "filesystem:*.pdf"
      ],
      "id": "open-as-pdf"
    }
  ],
  "icons": {
    "16": "dannye/ikons/64x64.png",
    "32": "dannye/ikons/64x64.png",
    "64": "dannye/ikons/64x64.png",
    "128": "dannye/ikons/128x128.png",
    "256": "dannye/ikons/256x256.png",
    "512": "dannye/ikons/512x512.png"
  },
  "manifest_version": 3,
  "options_ui": {
    "page": "/dannye/main/opcii.html",
    "open_in_tab": false
  },
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "permissions": [
    "webRequest",
    "webNavigation",
    "storage",
    "contextMenus"
  ],
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "/dannye/lib/web/viewer.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}