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": "Skanjo Lite - AI HR Co-Pilot",
"version": "1.1.4",
"description": "AI-powered HR assistant with specialized modules for TA, HRBP, L&D, C&B, Core HR, and Career guidance",
"author": "Skanjo Team",
"permissions": [
"sidePanel",
"storage",
"contextMenus",
"activeTab",
"scripting"
],
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"side_panel": {
"default_path": "src\/sidepanel\/sidepanel.html"
},
"action": {
"default_title": "Open Skanjo HR Assistant",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
},
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}