Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "action": { "default_icon": "\/icons\/document.png", "default_popup": "\/popup.html" }, "background": { "service_worker": "\/scripts\/background.js" }, "commands": { "_execute_action": { "suggested_key": { "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J", "mac": "Command+Shift+Y", "windows": "Ctrl+Shift+Y" } }, "run-dark-mode": { "description": "Apply dark mode to the current page", "suggested_key": { "default": "Ctrl+Shift+9", "mac": "Command+Shift+9" } } }, "content_scripts": [ { "js": [ "\/scripts\/content.js" ], "matches": [ "<all_urls>" ] } ], "description": "Adds a simple dark mode functionality for PDF files in Google Chrome", "host_permissions": [ "<all_urls>" ], "icons": { "128": "\/icons\/document.png" }, "manifest_version": 3, "name": "DarkPDF by Waseem Akram", "permissions": [ "activeTab", "storage", "tabs", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1" }