Swift

Swift

Easily apply for jobs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Swift",
  "description": "Easily apply for jobs",
  "manifest_version": 3,
  "action": {
    "default_title": "test",
    "default_popup": "index.html#/popup"
  },
  "options_page": "index.html#/options",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "https://apply.indeed.com/*/*"
  ],
  "version": "4.0.1"
}