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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.7.23",
"action": [],
"permissions": [
"alarms",
"storage",
"cookies",
"offscreen",
"notifications",
"declarativeNetRequest"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "request_modifier.json"
}
]
},
"default_locale": "en",
"options_page": "index.html",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*.upwork.com\/*"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/*.upwork.com\/ab\/proposals\/job\/*\/apply*"
],
"js": [
"contentScript.js"
],
"run_at": "document_end"
}
]
}