Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Heurio - One-Click Bug Report & UX Check Tool", "homepage_url": "https:\/\/heurio.co\/", "version": "2.5.01.13", "author": "Heurio <[email protected]>", "description": "Fastest website review, bug report and heuristic evaluation tool for designers and devs.", "default_locale": "en", "permissions": [ "storage", "activeTab", "tabs" ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "https:\/\/heurio-test-app.azurewebsites.net\/*", "https:\/\/heurio.app\/*", "ws:\/\/*\/" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content-script.js" ], "css": [ "style\/fonts.css", "style\/sprite.css" ] } ], "icons": { "16": "icons\/heurio-16x16.png", "48": "icons\/heurio-48x48.png", "128": "icons\/heurio-128x128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "Heurio", "default_icon": { "16": "icons\/heurio-16x16.png", "32": "icons\/heurio-32x32.png" } }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/*.azurewebsites.net ws:\/\/localhost:*; style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "style\/*", "icons\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }