HarverX

HarverX

Supercharge your ATS experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HarverX",
  "description": "Supercharge your ATS experience.",
  "version": "1.7.0",
  "browser_action": {
    "default_icon": {
      "16": "./assets/[email protected]",
      "48": "./assets/[email protected]",
      "128": "./assets/[email protected]"
    },
    "default_title": "HarverX",
    "default_popup": "popup/popup.html"
  },
  "options_page": "options/options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "./assets/[email protected]",
    "48": "./assets/[email protected]",
    "128": "./assets/[email protected]"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "background",
    "tabs",
    "activeTab",
    "storage",
    "webNavigation",
    "<all_urls>",
    "https://api.uat.harver.com/*",
    "https://api.harver.com/*"
  ],
  "web_accessible_resources": [
    "*.svg",
    "*.png",
    "*.otf",
    "*.css"
  ]
}