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",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.3",
"icons": {
"128": "images\/logo.png"
},
"background": {
"service_worker": "src\/background\/background.min.js"
},
"action": {
"default_title": "__MSG_extName__",
"default_icon": {
"128": "images\/logo.png"
},
"default_popup": "src\/popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/jobs\/*"
],
"js": [
"src\/content\/content-linkedin.js",
"src\/content\/common\/index.min.js"
],
"css": [
"src\/content\/content.css",
"src\/content\/common\/index.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.indeed.com\/*"
],
"js": [
"src\/content\/content-indeed.min.js",
"src\/content\/common\/index.js"
],
"css": [
"src\/content\/content.css",
"src\/content\/common\/index.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.glassdoor.com\/*"
],
"js": [
"src\/content\/content-glassdoor.min.js",
"src\/content\/common\/index.js"
],
"css": [
"src\/content\/content.css",
"src\/content\/common\/index.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.google.com\/*"
],
"js": [
"src\/content\/content-google.min.js",
"src\/content\/common\/index.js"
],
"css": [
"src\/content\/content.css",
"src\/content\/common\/index.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.linkedradar.com\/*"
],
"js": [
"src\/content\/content-linkedradar.min.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.glassdoor.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"permissions": [
"cookies",
"storage",
"unlimitedStorage"
]
}