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",
"homepage_url": "https:\/\/gpts.bond",
"default_locale": "en",
"manifest_version": 3,
"name": "Lead Finder - Email Hunter",
"short_name": "Lead Finder & Email Hunter",
"description": "Not Only LinkedIn Lead, Others Can Do.",
"version": "1.0",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/128.png"
}
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}