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": "Upwork job search assistant extension.",
"version": "1.0.2",
"manifest_version": 3,
"name": "Upwork hunter",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.upwork.com\/*",
"*:\/\/*.openai.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
}