Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Docs PDF\/PowerPoint Viewer", "version": "4.20", "manifest_version": 3, "description": "Automatically previews pdfs, powerpoint presentations, and other documents in Google Docs Viewer.", "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "common.js", "content.js" ], "all_frames": true } ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" } }