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": "Dummi - Bug Capture", "version": "1.4", "permissions": [ "activeTab", "cookies", "storage", "scripting" ], "description": "Replace your existing bug report process with a single click. Sound too good to be true?", "action": { "default_title": "Dummi" }, "web_accessible_resources": [ { "resources": [ "index.html", "content\/inject.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": ".\/background\/index.js" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/index.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "\/favicon-16x16.png", "32": "\/favicon-32x32.png", "48": "\/favicon-48x48.png", "128": "\/favicon-128x128.png" }, "host_permissions": [ "http:\/\/localhost:4200\/*", "https:\/\/localhost:5062\/*", "https:\/\/localhost:5063\/*", "https:\/\/*.dummi.com\/*", "https:\/\/*.testdummi.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src *", "script-src": "self https:\/\/www.google-analytics.com" }, "externally_connectable": { "matches": [ "http:\/\/localhost:4200\/*", "https:\/\/localhost:5062\/*", "https:\/\/localhost:5063\/*", "https:\/\/*.dummi.com\/*", "https:\/\/*.testdummi.com\/*" ] } }