Talent-e

Talent-e

Talent-e supports Talent creating their voice with Tech-enabled Content Creation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Talent-e",
  "version": "0.1.9",
  "manifest_version": 3,
  "description": "Talent-e supports Talent creating their voice with Tech-enabled Content Creation",
  "icons": {
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "host_permissions": [
    "https://www.talent-e.io/",
    "https://www.linkedin.com/*",
    "https://talent-e.nextwaytech.vn/",
    "http://127.0.0.1:8000/"
  ],
  "permissions": [
    "storage",
    "cookies",
    "alarms",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "logo128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "foreground.js"
      ],
      "matches": [
        "http://127.0.0.1:8000/talent/*",
        "https://www.talent-e.io/*",
        "https://talent-e.nextwaytech.vn/*",
        "https://www.linkedin.com/*"
      ]
    }
  ],
  "options_page": "index.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://www.googleapis.com' 'https://ajax.googleapis.com' ; object-src 'self' ; child-src 'https://www.youtube.com/' 'https://s.ytimg.com'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "talente-button.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}