CoverLet: Upwork Winning Proposal Generator

CoverLet: Upwork Winning Proposal Generator

AI-powered solution for creating tailored cover letters on Upwork. Enhance client engagement and land projects with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CoverLet: Upwork Winning Proposal Generator",
  "version": "1.1.5",
  "description": "AI-powered solution for creating tailored cover letters on Upwork. Enhance client engagement and land projects with ease.",
  "icons": {
    "16": "logos/logo-7-16.png",
    "48": "logos/logo-7-48.png",
    "96": "logos/logo-7-96.png",
    "128": "logos/logo-7-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.upwork.com/ab/proposals/job/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "CoverLet: Upwork Winning Proposal Generator",
    "default_popup": "settings.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "settings.js",
        "vendor.js",
        "logos/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {}
}