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": "Undetectable\u2019s Smart Applier",
"version": "1.1.2",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/dev.undetectable.ai\/*",
"https:\/\/undetectable.ai\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/dev.undetectable.ai\/*",
"https:\/\/undetectable.ai\/*"
],
"js": [
"content.js"
]
},
{
"matches": [
"https:\/\/dev.undetectable.ai\/*",
"https:\/\/undetectable.ai\/*"
],
"js": [
"domainContentScript.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.ziprecruiter.com\/jobs-search*",
"https:\/\/ziprecruiter.com\/jobs-search*"
],
"js": [
"ziprecruiterContentScript.js"
]
},
{
"matches": [
"https:\/\/www.ziprecruiter.com\/*",
"https:\/\/ziprecruiter.com\/*"
],
"js": [
"ziprecruiterLoginContentScript.js"
]
}
],
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}