Forward: Automate your Job Hunt with AI!

Forward: Automate your Job Hunt with AI!

Use your resume to match with hundreds of tailored opportunities in a matter of seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forward: Automate your Job Hunt with AI!",
  "description": "Use your resume to match with hundreds of tailored opportunities in a matter of seconds.",
  "version": "4.0.0.4",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "cookies",
    "idle",
    "sidePanel"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Forward",
    "default_icon": {
      "16": "Felix_3.png",
      "48": "Felix_3.png",
      "128": "Felix_3.png"
    }
  },
  "host_permissions": [
    "https://useforward.app/"
  ]
}