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": "Easywork: Upwork helper",
"description": "Upwork helper for freelancers",
"version": "1.1.0",
"manifest_version": 3,
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.upwork.com\/nx\/find-work\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"144": "images\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"48": "images\/48.png",
"144": "images\/128.png"
}
}
}