Lazy Apply Firefox

Examine source code of Lazy Apply

By: Chronos
Inspect and view changes in Lazy Apply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lazy Apply",
  "version": "7.8",
  "description": "Automate LinkedIn Easy Apply job applications with smart answers and tracking",
  "browser_specific_settings": {
    "gecko": {
      "id": "lazyapply-v7@sophiemusegirl.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://ipapi.co/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "config.js",
        "geolocation.js",
        "license.js",
        "usage.js",
        "content.js"
      ]
    }
  ]
}

Best Lazy Apply Alternatives

Here are some Firefox add-ons that are similar to Lazy Apply: