Keywordr: Resume Tool & AI Keyword Generation

Keywordr: Resume Tool & AI Keyword Generation

Improve your job application process with Keywordr's assistance—keyword generation, custom prompts, prompt length, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Keywordr: Resume Tool & AI Keyword Generation",
  "version": "1.0.1",
  "description": "Improve your job application process with Keywordr's assistance—keyword generation, custom prompts, prompt length, and more.",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/jobs/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "logo/logo16.png",
    "32": "logo/logo32.png",
    "48": "logo/logo48.png",
    "128": "logo/logo128.png"
  }
}