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",
"name": "Kakoo HR",
"version": "0.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "logo.png",
"default_popup": ""
},
"icons": {
"128": "logo.png"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/staging.kakoo-software.com\/",
"https:\/\/app.kakoo-software.com\/*",
"https:\/\/web.kakoo-software.com\/",
"https:\/\/*.linkedin.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"assets\/images\/multiply.png",
"candidateAdd.html",
"kakooLogin.html",
"sidebar.html"
],
"matches": [
"<all_urls>"
]
}
]
}