Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "UpCat - AI Proposals, Filters, Instant Job Alerts for Upwork",
"short_name": "UpCat",
"version": "1.3.9",
"description": "Use A.I. to enhance your job search on Upwork with personalized proposals and real-time alerts.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAszmOK2eAx7+YghBH5mrL2Buwt01xRCNA8hZktSKepl8Jq5A\/EX8PQY07grkBu4baGCWY3WsIG2C7zAC99AwH\/6kM16Z27dWsXceJDhd7fZBhAZRq+mAo3T5\/i+Rt5fm6N5Z3\/cVNZmcvL0ahUMTcl44cK2Gy4ItSvMPdJ3\/Rk7daddGk1OX9DOJ3n4sxJKf0qqQndlVI1TMxaQLAL1hX2MHAbtqcqSJmTQC6qgdiOtMHGMoZ5HltSkhUwGxzYBc1R01GR3ZnkNXxcTEksKnGcHuAauj1M6wMXOyzwq2e0TyLPUjUYP3gvZLAIxlGtwYw2h5uznTN2uTLzo8cDpiDCQIDAQAB",
"minimum_chrome_version": "109",
"action": {
"default_icon": "images\/icon-128.png"
},
"background": {
"service_worker": "assets\/service-worker.js"
},
"options_ui": {
"page": "option-ui.html",
"open_in_tab": true
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"notifications",
"offscreen",
"declarativeNetRequest",
"cookies"
],
"host_permissions": [
"https:\/\/*.upwork.com\/*",
"https:\/\/*.openai.com\/*",
"https:\/\/*.chatgpt.com\/*",
"https:\/\/*.upcat.app\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_upwork",
"enabled": true,
"path": "request_modifier.json"
}
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.upwork.com\/ab\/proposals\/job\/*\/apply*",
"https:\/\/*.upwork.com\/nx\/proposals\/job\/*\/apply*",
"https:\/\/chat.openai.com\/*",
"https:\/\/*.chatgpt.com\/*"
],
"js": [
"assets\/content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.upwork.com\/nx\/search*",
"https:\/\/*.upwork.com\/nx\/find-work*"
],
"js": [
"assets\/cloudflare_detect.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/openai\/*"
]
}
]
}