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,
"version": "2.1.7",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "public\/sidepanel.html"
},
"action": {
"default_popup": "public\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"sidePanel",
"storage",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.hh.kz\/*",
"https:\/\/*.hh.ru\/*",
"https:\/\/*.hh.uz\/*",
"https:\/\/*.habr.ru\/*",
"https:\/\/*.habr.com\/*",
"https:\/\/*.amazinghiring.com\/*",
"https:\/\/*.behance.net\/*",
"https:\/\/*.dribbble.com\/*",
"https:\/\/*.matchy.ru\/*",
"https:\/\/getmatch.ru\/*",
"https:\/\/*.huntshare.tech\/*",
"https:\/\/*.artstation.com\/*",
"https:\/\/*.rabota.by\/*",
"http:\/\/localhost:5174\/*",
"ws:\/\/localhost:5174\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/app.headly.ru\/*",
"https:\/\/edge.headly.ru\/*"
],
"content_scripts": [
{
"js": [
"assets\/content.ts-CYzHf1ad.js"
],
"matches": [
"https:\/\/*.headly.ru\/*",
"http:\/\/localhost:5173\/*"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"https:\/\/app.headly.ru\/*"
]
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/localhost:5173\/*",
"https:\/\/*.headly.ru\/*"
],
"resources": [
"assets\/content.ts-CYzHf1ad.js"
],
"use_dynamic_url": false
}
]
}