Inspect and view changes in Quicker UpWork Search source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Quicker UpWork Search",
"short_name": "Uppy",
"description": "Highlights viewed UpWork jobs for a quicker scroll through search results",
"homepage_url": "https://github.com/rimutaka/upwork-browser-addon",
"version": "0.2.5",
"author": "@rimutaka",
"icons": {
"16": "icons/icon_16.png",
"19": "icons/icon_19.png",
"32": "icons/icon_32.png",
"38": "icons/icon_38.png",
"48": "icons/icon_48.png",
"96": "icons/icon_96.png"
},
"content_scripts": [
{
"matches": [
"https://www.upwork.com/nx/find-work/*",
"https://www.upwork.com/nx/search/jobs/*"
],
"js": [
"./main.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e0906326-acbc-4907-9e0e-e41b490b0c06}",
"strict_min_version": "112.0"
}
}
}