engineer-by-hustle

engineer-by-hustle

Engineer by Hustle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Engineer by Hustle",
  "version": "1.10",
  "manifest_version": 3,
  "name": "engineer-by-hustle",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "identity",
    "identity.email"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_title": "Engineer by Hustle",
    "default_popup": "popup.html",
    "default_icon": "icon32.png"
  },
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon128.png",
        "icon32.png"
      ],
      "matches": []
    }
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://*.google.com/*",
    "https://*.indeed.com/*",
    "https://*.glassdoor.com/*",
    "https://*.dice.com/*",
    "https://*.simplyhired.com/*",
    "https://*.weworkremotely.com/*",
    "https://*.authenticjobs.com/*",
    "https://*.powertofly.com/*",
    "https://*.workingnomads.com/*"
  ],
  "oauth2": {
    "client_id": "149554527375-8vmp9dgcl3d9ialii713rch00b6snpm4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiQR5lQMnNvbVfF2hfqEJu4FLcX8gtjtMi2SHZ5o4bjdTUU2RVrSituwTatC0laP4CISW41RqxHI6EpHIwBM6P+hYrBNBJL5c3LWDRQ+zdqVKmTuDIxylYZsMOeGx3FAeXHGOC4qg0Ea6OOgOAJpY0QwJoPl31yCx1I4D1GJwyeDZ1YKKeieFA7go8rZ0IPkbA7p46EpNTmhilM8VOAZj2dCk2xxDTqxIn8AkUmhSsEzu0laju3WvBvDyRmV4QCECjA+qN3oFDJVu0VUUNeP+pi1DSj/G+CE0nsxfCMxk5tRRJHRO2frorSnJrzkLmezxcWILcz+C0xH8HX62oiXhfQIDAQAB"
}