SpeedyApply: Job Application Autofill Tool

SpeedyApply: Job Application Autofill Tool

Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpeedyApply: Job Application Autofill Tool",
  "short_name": "SpeedyApply",
  "description": "Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse.",
  "author": "Kirk Watson",
  "homepage_url": "https://speedyapply.com",
  "version": "1.11.4",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png",
    "default_title": "SpeedyApply"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-16a8bd05.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/chunk-701993bb.js",
        "assets/chunk-9112f779.js",
        "assets/chunk-97666ef8.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage"
  ]
}