МояКоманда. Рекрутинг

МояКоманда. Рекрутинг

Быстрая загрузка кандидатов в модуль Рекрутинг

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "МояКоманда. Рекрутинг",
  "description": "Быстрая загрузка кандидатов в модуль Рекрутинг",
  "version": "0.0.23.0",
  "version_name": "0.0.23",
  "manifest_version": 3,
  "action": {
    "default_icon": "public/icon-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-b5e0ba89.js"
      ],
      "matches": [
        "http://localhost/*",
        "https://*.hh.ru/*",
        "https://*.hh.kz/*",
        "https://www.avito.ru/*",
        "https://*.superjob.ru/*",
        "https://career.habr.com/*",
        "https://*.rabota.by/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "public/icon-128.png",
    "48": "public/icon-128.png",
    "128": "public/icon-128.png"
  },
  "host_permissions": [
    "http://localhost/*",
    "https://*.hh.ru/*",
    "https://*.hh.kz/*",
    "https://www.avito.ru/*",
    "https://*.superjob.ru/*",
    "https://career.habr.com/*",
    "https://*.rabota.by/*"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost/*",
        "https://*.hh.kz/*",
        "https://*.hh.ru/*",
        "https://*.rabota.by/*",
        "https://*.superjob.ru/*",
        "https://career.habr.com/*",
        "https://www.avito.ru/*"
      ],
      "resources": [
        "src/content-script/index.ts",
        "src/content-script/iframe/index.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://localhost/*",
        "https://*.hh.kz/*",
        "https://*.hh.ru/*",
        "https://*.rabota.by/*",
        "https://*.superjob.ru/*",
        "https://career.habr.com/*",
        "https://www.avito.ru/*"
      ],
      "resources": [
        "assets/content-script-3c65156c.js",
        "assets/browser-polyfill-52b3f0c8.js",
        "assets/index.ts-44027279.js"
      ],
      "use_dynamic_url": true
    }
  ]
}