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": "Upwork Analytics",
"description": "Optimize your Upwork bids with Upwork Analytics! Gain insights, enhance strategies, and win more projects.",
"manifest_version": 3,
"version": "1.13.10",
"action": {
"default_title": "Click to Open Upwork Analytics.",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/logox16.png",
"48": "images\/logox48.png",
"128": "images\/logox128.png"
}
},
"host_permissions": [
"https:\/\/www.upwork.com\/*",
"https:\/\/app.upworkanalytics.com\/*"
],
"permissions": [
"activeTab",
"storage",
"sidePanel",
"alarms"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.upwork.com\/*"
],
"js": [
".\/inject_content.js",
".\/dynamiccontent.js"
],
"css": [
".\/css\/styles.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"\/index.html",
"\/images\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": ".\/index.html",
"default_icon": "logo192.png"
}
}