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, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.0", "content_security_policy": { "extension_pages": "script-src 'self' http:\/\/localhost:5173; object-src 'self'" }, "permissions": [ "sidePanel", "identity", "identity.email", "storage", "contextMenus", "activeTab", "tabs" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-BAcDGAs1.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end", "css": [ "assets\/index-DtBvZ6ej.css" ] }, { "js": [ "assets\/index.js-loader-B1oGqaz2.js" ], "matches": [ "https:\/\/leetcode.com\/problems\/*", "https:\/\/leetcode.cn\/problems\/*" ], "run_at": "document_end" } ], "action": { "default_title": "Click to open panel", "default_icon": { "16": "src\/public\/images\/16.png", "48": "src\/public\/images\/48.png", "128": "src\/public\/images\/128.png" } }, "icons": { "16": "src\/public\/images\/16.png", "48": "src\/public\/images\/48.png", "128": "src\/public\/images\/128.png" }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/_plugin-vue_export-helper-bTQWxgml.js", "assets\/index.js-BaIMkSTL.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/leetcode.cn\/*", "https:\/\/leetcode.com\/*" ], "resources": [ "assets\/index.js-map44CKg.js" ], "use_dynamic_url": false } ] }