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",
"description": "To view detailed upwork stats.",
"version": "1.0.0",
"manifest_version": 3,
"name": "Upwork Stats",
"action": {
"default_icon": "mainLogo.png"
},
"icons": {
"128": "mainLogo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.upwork.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [],
"matches": []
}
]
}