Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Upwrai",
"version": "2.0.1",
"description": "AI assistant for personalized Upwork cover letters. Write high-quality proposals faster, tailored to each job post.",
"permissions": [
"cookies"
],
"host_permissions": [
"https:\/\/www.upwork.com\/*",
"https:\/\/upwrai.com\/*",
"https:\/\/api.upwrai.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.upwork.com\/nx\/proposals\/job\/*\/apply\/*",
"https:\/\/www.upwork.com\/nx\/proposals\/interview\/*\/accept"
],
"js": [
"content.js"
]
}
],
"action": {
"default_title": "Upwrai",
"default_popup": "public\/popup.html"
},
"icons": {
"16": "public\/images\/icon16.png",
"32": "public\/images\/icon32.png",
"48": "public\/images\/icon48.png"
}
}