Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.9", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/api.openai.com\/*", "https:\/\/us-central1-upwork-extension-9ce91.cloudfunctions.net\/*", "https:\/\/*.cloudfunctions.net\/*" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "Copalat - A GPT for freelance" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.upwork.com\/*\/proposals\/job*" ], "js": [ "proposals-script.bundle.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/*.hamidnawaz.com\/*" ], "js": [ "proposals-script.bundle.js" ] } ] }