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": "AI Job Copilot by Stark.ai", "version": "1.6.1", "description": "Unlock Your Dream Job Faster with Stark.ai - The Ultimate AI Job Copilot!", "permissions": [ "tabs", "cookies", "activeTab", "scripting", "storage", "notifications" ], "icons": { "256": "icons\/stark-256.png" }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.bundle.js" ] } ], "action": { "default_icon": "icons\/stark-256.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/127.0.0.1\/*", "http:\/\/localhost\/*" ], "web_accessible_resources": [ { "resources": [ "tailwind.min.css" ], "matches": [ "<all_urls>" ] } ] }