PCR Capture

PCR Capture

Capture potential candidates from across the web and place them into your PCR database.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PCR Capture",
  "version": "1.0.9",
  "description": "Capture potential candidates from across the web and place them into your PCR database.",
  "homepage_url": "http://www.pcrecruiter.net",
  "icons": {
    "16": "apps/capture/src/assets/icon/icon16.png",
    "48": "apps/capture/src/assets/icon/icon48.png",
    "128": "apps/capture/src/assets/icon/icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "apps/capture/src/assets/icon/icon19.png",
      "38": "apps/capture/src/assets/icon/icon38.png"
    },
    "default_title": "PCR Capture",
    "default_popup": "apps/capture/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.tsx.582fe1fa.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "apps/capture/src/assets/fonticons-static.css",
        "apps/web/public/myfonts/fonts/PCRIconsX20221010.woff",
        "apps/web/public/myfonts/fonts/PCRIconsX20221010.ttf",
        "assets/uno.css",
        "public/normalizer.css",
        "apps/capture/src/assets/svg/pcr/logo.svg",
        "apps/capture/src/assets/svg/pcr/PCRecruiter.svg",
        "apps/capture/src/whatsNew.html",
        "assets/CompanyApi.ce281960.js",
        "assets/MatchSelectors.3ff2b052.js",
        "assets/DefaultCaptureReviewConfiguration.61b19ae5.js",
        "assets/content.tsx.582fe1fa.js",
        "assets/MatchSelectors.css"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "notifications"
  ]
}