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": "LeetCode Wrapped", "version": "1.0.1", "description": "Show your ratings summary on LeetCode site itself", "action": { "default_popup": "home.html", "default_icon": "app\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/leetcode.com\/u\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] }