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": "__MSG_extensionName__", "version": "1.83", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/www.coverletter.site\/*", "https:\/\/www.techcoverletter.com\/*", "http:\/\/localhost:3001\/*" ], "background": { "service_worker": "background.js" }, "action": [], "default_locale": "en", "web_accessible_resources": [ { "resources": [ "popup.html", "jspdf.umd.min.js" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+9", "mac": "Command+Shift+9" }, "description": "Extract job description and open cover letter generator" } } }