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 Watcher", "version": "1.1.2", "description": "Loads a chosen Upwork search and notifies you about new jobs.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage", "alarms", "notifications", "scripting" ], "host_permissions": [ "https:\/\/www.upwork.com\/*" ], "action": { "default_title": "Upwork Job Watcher", "default_popup": "options.html" }, "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "options.js", "options.html", "favicon.ico", "icons\/icon128.png" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ] }