CoverPro AI - One Click Cover Letter Builder

CoverPro AI - One Click Cover Letter Builder

Create customized cover letters for any job posting with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CoverPro AI - One Click Cover Letter Builder",
  "short_name": "CoverPro AI",
  "version": "1.0.7",
  "author": "driftnet",
  "description": "Create customized cover letters for any job posting with one click. ",
  "action": {
    "default_popup": "index.html",
    "default_title": "CoverPro AI"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "coverprologo.png",
    "48": "coverprologo.png",
    "128": "coverprologo.png"
  }
}