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": "Bug Tracker", "version": "1.0", "description": "Captures screenshots every 2 seconds with error notes.", "permissions": [ "tabs", "activeTab", "scripting", "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/172.16.150.115:5000\/*", "http:\/\/103.69.28.100:5000\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/172.16.150.115:5000\/*" ], "js": [ "content.js", "jquery.min.js", "jquery-ui.min.js" ], "css": [ "jquery-ui.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "jquery-ui.min.css", "jquery-ui.min.js", "jquery.min.js" ], "matches": [ "http:\/\/172.16.150.115:5000\/*" ] } ] }