blindfold.ai - targeted resumes using AI

blindfold.ai - targeted resumes using AI

Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.f58704f6.png",
    "32": "icon32.plasmo.c2d2aa82.png",
    "48": "icon48.plasmo.8db365f9.png",
    "64": "icon64.plasmo.a671a8cd.png",
    "128": "icon128.plasmo.f86e3ae6.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.f58704f6.png",
      "32": "icon32.plasmo.c2d2aa82.png",
      "48": "icon48.plasmo.8db365f9.png",
      "64": "icon64.plasmo.a671a8cd.png",
      "128": "icon128.plasmo.f86e3ae6.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.6",
  "author": "blindfold.ai",
  "name": "blindfold.ai - targeted resumes using AI",
  "description": "Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "downloads",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "eightfold.982e3149.js"
      ],
      "css": [
        "eightfold.125f00bb.css"
      ]
    },
    {
      "matches": [
        "*://www.linkedin.com/jobs/*"
      ],
      "js": [
        "linkedin.fb8559b8.js"
      ],
      "css": [
        "eightfold.125f00bb.css"
      ]
    },
    {
      "matches": [
        "*://boards.greenhouse.io/*",
        "*://jobs.lever.co/*"
      ],
      "js": [
        "contents.7938820c.js"
      ],
      "css": [
        "eightfold.125f00bb.css"
      ]
    }
  ],
  "host_permissions": [
    "https://blindfold.ai/api/trpc/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://blindfold.ai/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon.9d2e382f.png",
        "eightfold.5f52c3dc.css",
        "eightfold.fe2033d5.css"
      ]
    },
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "resources": [
        "icon.9d2e382f.png",
        "eightfold.5f52c3dc.css",
        "eightfold.fe2033d5.css"
      ]
    },
    {
      "matches": [
        "*://boards.greenhouse.io/*",
        "*://jobs.lever.co/*"
      ],
      "resources": [
        "icon.9d2e382f.png",
        "eightfold.5f52c3dc.css",
        "eightfold.fe2033d5.css"
      ]
    }
  ]
}