Cover Letter AI

Cover Letter AI

Easily generate a cover letter for any job application using AI that is highly customized and will convert to more interviews

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.3",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://www.coverletter.site/*",
    "http://localhost:3001/*"
  ]
}