AmazingHiring

AmazingHiring

Source Tech Candidates with AmazingHiring Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "13.0.11",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/logo-16.png",
      "48": "img/logo-48.png",
      "128": "img/logo-128.png"
    },
    "default_title": "AmazingHiring"
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.amazinghiring.com/*",
    "*://*.amazinghiring.ru/*",
    "*://*.matchy.ru/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://amazinghiring.com/*",
        "*://amazinghiring.ru/*",
        "*://matchy.ru/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "homepage_url": "http://amazinghiring.com/",
  "short_name": "AH",
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*",
        "img/*",
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.amazinghiring.com/*",
      "*://*.amazinghiring.ru/*",
      "*://*.matchy.ru/*"
    ]
  }
}