Gopher

Gopher

Boost recruiter efficiency and source top talent faster with Gopher!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gopher",
  "description": "Boost recruiter efficiency and source top talent faster with Gopher!",
  "version": "24.04.04",
  "icons": {
    "16": "img/gopher_16x16.png",
    "32": "img/gopher_32x32.png",
    "48": "img/gopher_48x48.png",
    "128": "img/gopher_128x128.png"
  },
  "action": {
    "browser_action": {
      "default_icon": "img/gopher_48x48.png"
    }
  },
  "extension": "gopher",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.phenompeople.com/",
    "https://*.phenompro.com/",
    "https://*.phenom.com/",
    "https://file.myfontastic.com/",
    "https://*.phenomxai.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/in/*"
      ],
      "exclude_matches": [
        "*://*/feed/"
      ],
      "js": [
        "app/content.js",
        "configurable-scripts/content-ext.js"
      ]
    }
  ],
  "background": {
    "service_worker": "app/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "static/js/index.js",
        "app/lib/*",
        "img/*",
        "sandbox.html"
      ],
      "use_dynamic_url": true,
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "incognito": "split",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-modals;  script-src  'self' 'unsafe-inline' 'unsafe-eval' https://cdn.pendo.io/ https://*.phenompeople.com/ https://*.phenompro.com/ https://*.phenom.com/ ; script-src-elem 'self' https://cdn.pendo.io/ https://*.phenompeople.com/ https://*.phenompro.com/ https://*.phenom.com/  'unsafe-inline' 'unsafe-eval' "
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://*.phenompeople.com/*",
      "https://*.phenompro.com/*",
      "https://*.phenomxai.com/*",
      "https://*.phenom.com/*"
    ]
  }
}