Leapfrog Leads

Leapfrog Leads

Get more jobs on Upwork as a freelancer by responding quicker with job notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Leapfrog Leads",
  "version": "2",
  "description": "Get more jobs on Upwork as a freelancer by responding quicker with job notifications.",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.upwork.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/main.css",
        "css/fonts.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "https://www.upwork.com/*"
      ]
    }
  ],
  "icons": {
    "128": "images/favicon/mstile-128x128.png"
  }
}