doqment PDF Reader Firefox

Examine source code of doqment PDF Reader

Inspect and view changes in doqment PDF Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.1.5",
  "name": "doqment PDF Reader",
  "short_name": "doqment",
  "description": "Mozilla's HTML5 PDF Viewer with Reader-mode add-on.",
  "author": "Shiva Prasad",
  "homepage_url": "https://github.com/shivaprsd/doqment",
  "icons": {
    "48": "images/icon.svg",
    "96": "images/icon.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/mv2/background.js"
    ],
    "type": "module",
    "persistent": false
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "web_accessible_resources": [
    "pdfjs/web/viewer.html"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'",
  "page_action": {
    "browser_style": true,
    "default_icon": "images/link.svg",
    "default_title": "Get original link to PDF",
    "default_popup": "pages/popup.html"
  },
  "browser_action": {
    "default_icon": "images/icon.svg",
    "default_title": "Open PDF Reader in New Tab"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "mac": "MacCtrl+Q",
        "default": "Alt+Q"
      },
      "description": "Open PDF Reader in New Tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{abcbde6d-57a1-45e3-9654-da805cf3568b}"
    }
  }
}

Best doqment PDF Reader Alternatives

Here are some Firefox add-ons that are similar to doqment PDF Reader: