Teal - Free Job Search & Contacts Tracker

Teal - Free Job Search & Contacts Tracker

The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Teal - Free Job Search & Contacts Tracker",
  "version": "3.8.0",
  "manifest_version": 3,
  "description": "The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.",
  "homepage_url": "https://tealhq.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "storage"
  ],
  "action": {},
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self' ; style-src 'self' 'unsafe-inline'; img-src 'self' https://app.tealhq.com data:; font-src 'self'; connect-src https://auth.service.tealhq.com https://auth-staging.tealhq.com https://company.service.tealhq.com https://company-staging.tealhq.com http://localhost:3003 http://localhost:3001"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "all_frames": false
    }
  ],
  "background": {
    "service_worker": "src/background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.tealhq.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/images/logo.svg",
        "content/videos/pinning.mp4",
        "content/videos/full_process.mp4",
        "content/videos/selecting_jobs.mp4",
        "content/videos/pinning.mp4"
      ],
      "matches": [
        "https://app.tealhq.com/*"
      ]
    },
    {
      "resources": [
        "/images/*.svg",
        "/images/*.png",
        "/fonts/*.woff",
        "style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "author": {
    "name": "www.tealhq.com",
    "url": "https://www.tealhq.com/"
  }
}