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": "Leeco AI \u2013 Auto-Apply Jobs on LinkedIn & Upskill for Job Interviews",
"description": "Leeco AI is your all-in-one Chrome extension for automating job search & mastering tech interviews\u2014with an AI mentor at every step.",
"version": "2.1.38",
"icons": {
"128": "Leeco.png"
},
"action": {
"default_icon": {
"128": "Leeco.png"
},
"default_title": "Open Leeco AI"
},
"permissions": [
"sidePanel",
"activeTab",
"storage",
"tabs"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self'"
}
}