Inspect and view changes in Prospect Classic source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/content_script.js"
],
"run_at": "document_start"
}
],
"description": "Prospect lets you exceed your sales targets faster than ever before by helping you find highly accurate and targeted B2B leads",
"externally_connectable": {
"matches": [
"*://*.tryprospect.com/*",
"*://localhost:*/*",
"https://*.tryprospect.com:8080/*"
]
},
"homepage_url": "https://tryprospect.com",
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"manifest_version": 3,
"name": "Prospect Classic",
"permissions": [
"alarms",
"cookies",
"storage"
],
"version": "2024.1.3",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"css/*",
"css/fonts/*",
"images/*",
"lib/*"
]
}
]
}