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", "name": "Gittip Links", "version": "0.1.1", "manifest_version": 2, "description": "show user has gittip account in Github and Bitbucket", "icons": { "16": "images\/icon_016.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/bitbucket.org\/*" ], "js": [ "components\/jquery\/jquery.min.js", "components\/lodash\/lodash.js", "js\/gittip.js" ], "css": [] } ], "web_accessible_resources": [ "images\/icon_016.png" ], "permissions": [ "https:\/\/www.gittip.com\/" ] }