Find B2B contact info & auto-convert jd to shortlist within seconds. AI recruiting and prospecting. ChatGPT-powered. Try for Free!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Free B2B Contact Info by AroundDeal",
"short_name": "AroundDeal",
"description": "Find B2B contact info & auto-convert jd to shortlist within seconds. AI recruiting and prospecting. ChatGPT-powered. Try for Free!",
"version": "8.5.4",
"icons": {
"16": "assets/icon-16.png",
"32": "assets/icon-32.png",
"48": "assets/icon-48.png",
"128": "assets/icon-128.png",
"192": "assets/icon-192.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icons": {
"16": "assets/icon-16.png",
"32": "assets/icon-32.png",
"48": "assets/icon-48.png",
"128": "assets/icon-128.png",
"192": "assets/icon-192.png"
}
},
"permissions": [
"tabs",
"activeTab",
"background",
"cookies",
"storage",
"downloads",
"contextMenus",
"notifications",
"alarms"
],
"incognito": "split",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"ardl_mv3.js",
"ardl_mv3_content.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets/*",
"static/*",
"popup.html",
"index.html"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}