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": "ILO Bug Reporter", "version": "1.0.1", "description": "Easily report bugs with screenshots, console logs, and system info. Capture and share bug reports with your developers in one click.", "author": "ILOapps.es", "homepage_url": "https:\/\/iloapps.es", "permissions": [ "activeTab", "tabs", "storage", "downloads", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "js\/console-capture.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "ILO Bug Reporter" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "minimum_chrome_version": "88", "offline_enabled": true, "short_name": "ILO Bug Reporter" }