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": 2, "version": "1.4", "name": "BugSol - A Bug Reporting Tool", "default_locale": "en", "description": "A Bug Reporting Tool", "minimum_chrome_version": "6.0", "background": { "page": "background.html" }, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "<all_urls>", "unlimitedStorage", "desktopCapture", "cookies", "downloads" ], "browser_action": { "default_icon": { "19": "images\/icon32.png", "38": "images\/icon38.png" }, "default_title": "BugSol - A Bug Reporting Tool", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ajax.googleapis.com https:\/\/platform.twitter.com; object-src 'self'", "web_accessible_resources": [ "images\/success.gif", "images\/clear.png", "images\/icon32.png", "settings.html" ], "content_scripts": [ { "js": [ "javascripts\/libs\/jquery-1.7.2.min.js", "javascripts\/content_script.js", "javascripts\/libs\/dragresize.js", "javascripts\/libs\/jquery.draggable.js" ], "css": [ "css\/selected.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] }