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": "Whitespace \u2013 One click bug reports", "version": "1.2.2", "description": "Create bug reports in seconds.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj5eCWdgxGlkQcBWRb04SPhG7K0IB9HKWVlwSP8Bbsr9daOHUaTKMj+cgIpeYUq1icxOWOEWNjIKRVjh7rQtrCLVtQsbOQBH5Z\/z0AiMkSsi3sxu0a+x8DByiwe2dpS1\/GQV7cXSqOd4Z+VDsJxkiWWZBOy0AkXTl1tcYAuzVAKjuvElDBJNGKTc2Xmq4lAp8JFy9tOxiTMJRcn4taf4rve5uWnMJCIfXY\/ipNWorOoi5YoRS6ZRQs1y39GWNwtgF5RqrRIfBOV2konx5jLQVfQEj6yCLNsJzurPEHo5ZK4zMDgVhe6le9DZn\/9mVLG2qJ\/OXpeMsC2U7xPcbJdqEJQIDAQAB", "icons": { "16": "popup\/assets\/images\/icon.png", "32": "popup\/assets\/images\/icon.png", "48": "popup\/assets\/images\/icon.png", "128": "popup\/assets\/images\/icon.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_start", "all_frames": true, "world": "ISOLATED", "match_origin_as_fallback": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN", "match_origin_as_fallback": true } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "tabs", "storage", "scripting" ] }