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": "SourceTool",
"version": "3.4.0",
"manifest_version": 3,
"icons": {
"128": "sourcetool-logo.png"
},
"action": {
"default_title": "SourceTool",
"default_popup": ".\/login.html"
},
"background": {
"service_worker": ".\/scripts\/events.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/www.linkedin.com\/search\/results\/people\/*"
],
"js": [
".\/scripts\/jquery-3.6.0.min.js",
".\/scripts\/content.js"
]
}
],
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*"
],
"web_accessible_resources": [
{
"resources": [
".\/views\/slider.html",
".\/login.html",
".\/scripts\/loggedIn.html",
".\/scripts\/jquery-3.6.0.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/sourcetool.io\/"
}