EasyJobs - Autofill job applications

EasyJobs - Autofill job applications

Your one-click solution to job applications. Powered by AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EasyJobs - Autofill job applications",
  "description": "Your one-click solution to job applications. Powered by AI.",
  "version": "0.3.7",
  "manifest_version": 3,
  "icons": {
    "128": "assets/icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "action": {
    "default_title": "Open Dashboard",
    "default_popup": "popup/test.html"
  }
}