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": "LeetPush", "version": "1.6.24", "description": "Effortlessly capture and push LeetCode solutions to your GitHub repository", "background": { "service_worker": "background.js" }, "action": { "default_popup": "dist\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.leetcode.com\/*" ], "css": [ "style.css" ] } ], "permissions": [ "scripting" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "host_permissions": [ "https:\/\/*.leetcode.com\/*" ] }