From a6016f3f8f815ceca2b76783486a717d4f5f0705 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Tue, 2 Jun 2026 17:44:29 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20Claude.ai=20to=20content?= =?UTF-8?q?=5Fscripts=20and=20host=5Fpermissions=20for=20Arabic=20Voice=20?= =?UTF-8?q?extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 1620de8..6eab61d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,17 +3,30 @@ "name": "LinkedIn Job Analyzer", "version": "1.5.0", "description": "AI-powered job analysis + smart comment generator for LinkedIn — personal use", - "permissions": ["storage", "activeTab", "scripting", "clipboardWrite"], + "permissions": [ + "storage", + "activeTab", + "scripting", + "clipboardWrite" + ], "host_permissions": [ "https://www.linkedin.com/*", + "https://claude.ai/*", "https://cv.intaleqapp.com/*", "https://generativelanguage.googleapis.com/*" ], "content_scripts": [ { - "matches": ["https://www.linkedin.com/jobs/*"], - "js": ["prompts.js", "content.js"], - "css": ["overlay.css"], + "matches": [ + "https://www.linkedin.com/jobs/*" + ], + "js": [ + "prompts.js", + "content.js" + ], + "css": [ + "overlay.css" + ], "run_at": "document_idle" }, { @@ -22,8 +35,24 @@ "https://www.linkedin.com/feed/*", "https://www.linkedin.com/" ], - "js": ["post_feed.js"], - "css": ["post_feed.css"], + "js": [ + "post_feed.js" + ], + "css": [ + "post_feed.css" + ], + "run_at": "document_idle" + }, + { + "matches": [ + "https://claude.ai/*" + ], + "js": [ + "claude-arabic-voice/content.js" + ], + "css": [ + "claude-arabic-voice/styles.css" + ], "run_at": "document_idle" } ], @@ -43,4 +72,4 @@ "48": "icons/icon48.png", "128": "icons/icon128.png" } -} +} \ No newline at end of file