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": "Upwork Job Alerts: Never Miss Your Perfect Freelance Opportunity!",
"version": "1.0.3",
"description": "Get unlimited, qualified Upwork job listings delivered straight to your Telegram account \u2013 for free!",
"permissions": [
"storage",
"tabs",
"alarms",
"scripting"
],
"host_permissions": [
"https:\/\/www.upwork.com\/*",
"https:\/\/api.telegram.org\/*",
"https:\/\/extpay.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "lib\/logo.png",
"48": "lib\/logo.png",
"128": "lib\/logo.png"
}
},
"icons": {
"16": "lib\/logo.png",
"48": "lib\/logo.png",
"128": "lib\/logo.png"
},
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"lib\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}