Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Manuals Viewer", "name": "Manuals Viewer", "description": "View any product manual instantly in your favorite browser", "version": "1.0", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "actions.json" } ] }, "permissions": [ "storage", "scripting", "tabs", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/logo.png", "assets\/arrow.svg", "assets\/cross.svg", "assets\/check.svg", "styles\/style.css", "page\/page.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }