Forward: Automate, Detox, Own your Job Hunt!

Forward: Automate, Detox, Own your Job Hunt!

Forward automates your job hunt. If you hate going through multiple websites every day, Forward has got you covered!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forward: Automate, Detox, Own your Job Hunt!",
  "description": "Forward automates your job hunt. If you hate going through multiple websites every day, Forward has got you covered!",
  "version": "5.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": "iconlogo.png",
      "48": "iconlogo.png",
      "128": "iconlogo.png"
    }
  },
  "icons": {
    "16": "iconlogo.png",
    "48": "iconlogo.png",
    "128": "iconlogo.png"
  },
  "host_permissions": [
    "https://www.useforward.app/",
    "http://localhost:8080/",
    "https://forward-website-next-3796-2cd080da-kwk0oy8i.onporter.run/"
  ]
}