Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "minimum_chrome_version": "116", "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": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "optional_host_permissions": [ "<all_urls>" ], "background": { "service_worker": "scripts\/mv3\/service-worker.js", "type": "module" }, "options_ui": { "page": "pages\/options.html" }, "web_accessible_resources": [ { "resources": [ "pdfjs\/web\/viewer.html" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Open in doqment" }, "commands": { "_execute_action": { "suggested_key": { "mac": "MacCtrl+Q", "default": "Alt+Q" }, "description": "Open in doqment" } } }