Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bugdroid+", "version": "1.0", "manifest_version": 2, "description": "Mobile indicator in Google+ Chat is now an Android Guy", "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "http:\/\/*.google.com\/*" ], "css": [ "bugdroid.css" ], "all_frames": true } ] }