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", "manifest_version": 3, "name": "Fast Review - Web Testing & Bug Reports", "version": "1.0.1", "description": "Professional web testing tool for QA teams. Create detailed bug reports with screenshots and manage testing sessions.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAySsWQkMKKrkc19Q0xjs6QG2GlHKDGdx1V6ri3whcoI3vNJ69347bpcmy3b5P\/0T6jFcAfFFcyGqRve5haENjMy8lOPOMiV9NIPlevL4WYd0iug7fiyQnZfJOmOcyiK+ddVOXftz0cWn+UPBUVaCCSfHJVH2143+HYz14E1djSuOej6KlIBd+NmHDo8Sx0GZCE799+PZi8JbxyRlZoP6uttJQhqc8nrcFYxXMWTvWMQmOr+cApTVFcq4Jh1CZv5H18Xme6vY\/yoFUiHeaRiSyC0iHBmmN1ycIqXBhqtUTIqJThnfJcxciIsxaWGPSZ8s93YEb09lbcS3kzh+f8BXrPQIDAQAB", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "scripting", "tabs", "contextMenus", "identity" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup\/dist\/index.html", "default_title": "Fast Review - Start Testing Session", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "config.js", "js\/auth-chrome.js", "content\/content.js" ], "css": [ "content\/overlay.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "config.js", "js\/auth-chrome.js", "report.html", "report\/report.js", "clear-data.html", "auth\/chrome-auth.js", "privacy-policy.html" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "299511036957-diotf0bl6dkfjcgvn5c6keo2agmnp5qv.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] } }