ValuesFit Extension

ValuesFit Extension

Helps with you collect, manage, and enrich your candidate experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4",
  "name": "ValuesFit Extension",
  "manifest_version": 2,
  "description": "Helps with you collect, manage, and enrich your candidate experience",
  "browser_action": {
    "default_title": "ValuesFit Extension"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "valuesfit.html"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self'; connect-src https://valuesfit.com; style-src * 'unsafe-inline'; img-src 'self' data: https://d1rh6vc45k42mw.cloudfront.net; font-src 'self' data: https://fonts.gstatic.com;"
}