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,
"version": "1.2.7",
"short_name": "OceanMate",
"name": "OceanMate - Upwork Automation Made Easy",
"description": "Get More Contracts, Spend Less Time and Connects",
"icons": {
"64": "icons\/64.png",
"96": "icons\/96.png",
"256": "icons\/256.png"
},
"permissions": [
"scripting",
"activeTab",
"storage",
"tabs",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/www.upwork.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"64": "icons\/64.png",
"96": "icons\/96.png",
"256": "icons\/256.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/64.png",
"icons\/96.png",
"icons\/256.png",
"icons\/arrow_new.png"
],
"matches": [
"<all_urls>"
]
}
]
}