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",
"name": "AI Upwork Bot - Your AI Assistant for Upwork",
"description": "Save time and earn more with AI Upwork Bot",
"version": "0.0.7",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-48.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"alarms",
"storage",
"cookies",
"offscreen",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png",
"notification.mp3"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:3000\/*",
"*:\/\/upwork-bot-server.fly.dev\/*"
]
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "request-modifier.json"
}
]
},
"host_permissions": [
"*:\/\/*.upwork.com\/*",
"*:\/\/upwork-bot.ngrok.io\/*",
"*:\/\/upwork-bot-server.fly.dev\/*"
]
}