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", "manifest_version": 3, "name": "Prompt Genie", "description": "Generate Perfect AI Super Prompts in seconds", "version": "5.1", "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.prompt-genie.com\/*" ], "js": [ "content-scripts\/auth.js" ] }, { "matches": [ "https:\/\/chat.deepseek.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/copilot.microsoft.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/grok.com\/*", "https:\/\/poe.com\/*", "https:\/\/www.meta.ai\/*", "https:\/\/www.perplexity.ai\/*" ], "run_at": "document_idle", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] }