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": "SyntaxNext", "version": "1.0.4", "description": "An AI coding interviewer", "web_accessible_resources": [ { "resources": [ "lib\/marked.min.js", "controller.html", "controller.js", "monacoClient.js", "style\/style.css", "content.css", "timer-512.png", "transcript.png", "up.png", "down.png", "logo.png", "recorder.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*" ], "js": [ "content.js" ], "css": [ "style\/style.css", "content.css" ] } ], "icons": { "128": "128.png" } }