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": "Linkedin Connection Select & Clean Pro",
"short_name": "WACC",
"version": "2.3",
"manifest_version": 3,
"description": "\u2705 Add checkboxes \ud83d\uddf9 to each connection, letting you remove individuals \ud83d\udd0d or clean up all at once \ud83d\uddd1\ufe0f",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "WACC",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"css": [
"css\/style.css",
"css\/jquery-confirm.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js",
"js\/content.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*"
],
"permissions": [
"storage",
"tabs",
"activeTab"
],
"background": {
"service_worker": "background.js"
}
}