Proposal Genie

Proposal Genie

An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Proposal Genie",
  "description": "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.",
  "version": "0.1.3",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*/"
  ]
}