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": "Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4", "description": "Learn programming 2X faster with Edmigo \u2014 your 24\/7 DSA mentor on LeetCode. Learn independent problem-solving w\/ personalized help", "version": "0.2.4", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtXk2GSujaFaqSKE\/bpmADBV2RnuTH3Hyl5HJDcBfoUZ0Y\/RPY\/fSUnnBt+imCLO3J2qrDnr\/9tWNIWlvkYCeqTirKo2PPFJqvlerzYti5iPcd6G4ydcX5WbehyG1VYSmy4\/AU9qTNVuoa4Niv7hWkGBbYLBV37OolObE\/NAtmX9ufXMHgNrrwDwVRx66mcOCeHEvEGVCmlRF+MlRk2kz0dWEj4a79EYohcp1dpXCxdNmtjg0m7oMkik7lBFVfaKTH620BhXXsFoJuYZ19l4s4+JG386CUjkfRPeYMwlSHQTGbwjyGCMsUJmNYPtbjkHxtIdsMcPqkNP6Nl50lsEOBQIDAQAB", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "web_accessible_resources": [ { "resources": [ "contentScript.css", "codeReader.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "activeTab" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/leetcode.com\/problems\/*", "*:\/\/www.edmigo.in\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.edmigo.in\/*" ] } }