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 - AI Prompt Generator, Optimizer & Management App", "description": "Generate, optimize & share AI prompts. Prompt library + in-chat enhancer for ChatGPT, Gemini, Claude, MidJourney, Veo3 & more.", "version": "5.5", "action": { "default_title": "Prompt Genie", "default_popup": "popup.html" }, "icons": { "16": "assets\/logo-A8Cwx6_f.png", "32": "assets\/logo-A8Cwx6_f.png", "48": "assets\/logo-A8Cwx6_f.png", "128": "assets\/logo-A8Cwx6_f.png" }, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.prompt-genie.com\/*" ], "js": [ "content-scripts\/auth.js" ] }, { "matches": [ "https:\/\/aistudio.google.com\/*", "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:\/\/labs.google\/*", "https:\/\/poe.com\/*", "https:\/\/sora.chatgpt.com\/*", "https:\/\/www.meta.ai\/*", "https:\/\/www.midjourney.com\/*", "https:\/\/www.perplexity.ai\/*" ], "run_at": "document_idle", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] }