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": "Tracey - Bug Cop for Trello", "description": "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016", "version": "0.7.1", "action": { "default_icon": "static\/icon128.png", "default_popup": "popup\/popup.html", "default_title": "Tracey - Bug Cop" }, "icons": { "128": "static\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/trello.com\/1\/token\/approve" ], "js": [ "content\/content-gettoken.js" ] } ], "background": { "service_worker": "bg.js" }, "permissions": [ "notifications", "storage", "system.display", "tabs", "activeTab", "tabCapture" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "static\/*", "content\/content.css", "content\/popup_.css" ], "matches": [ "<all_urls>" ] } ] }