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": "Promptly AI", "version": "0.2.8", "description": "Your personal prompt engineer!", "action": { "default_icon": { "16": "images\/Promptly-AI-Logo-16.png", "32": "images\/Promptly-AI-Logo-32.png", "48": "images\/Promptly-AI-Logo-48.png", "128": "images\/Promptly-AI-Logo-128.png" }, "default_area": "sidePanel", "default_title": "Craft and Save Prompts" }, "side_panel": { "default_path": "pages\/sidepanel.html" }, "default_locale": "en", "permissions": [ "activeTab", "sidePanel", "storage", "contextMenus", "clipboardWrite" ], "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "images\/logo48.png", "128": "images\/promptly-logo-128.png" }, "host_permissions": [ "https:\/\/api.promptly.fyi\/chromeext\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "js": [ "scripts\/gpt-content.js" ] }, { "matches": [ "https:\/\/claude.ai\/*" ], "js": [ "scripts\/claude-content.js" ] }, { "matches": [ "https:\/\/www.perplexity.ai\/*" ], "js": [ "scripts\/perplexity-content.js" ] }, { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "js": [ "scripts\/deepseek.js" ] }, { "matches": [ "https:\/\/gemini.google.com\/*" ], "js": [ "scripts\/gemini.js" ] } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "Promptly-AI-Logo-32.png", "promptly_logo_18.png", "export-button.svg", "save-prompt.svg" ], "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ] }, { "resources": [ "images\/Promptly-AI-Logo-32.png", "export-button.svg", "save-prompt.svg" ], "matches": [ "https:\/\/claude.ai\/*" ] }, { "resources": [ "favicon-32x32.png", "export-button.svg", "save-prompt.svg" ], "matches": [ "https:\/\/www.perplexity.ai\/*" ] }, { "resources": [ "Promptly-AI-Logo-32.png", "export-button.svg", "save-prompt.svg" ], "matches": [ "https:\/\/chat.deepseek.com\/*" ] }, { "resources": [ "Promptly-AI-Logo-32.png", "export-button.svg", "save-prompt.svg" ], "matches": [ "https:\/\/gemini.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.promptly.fyi\/chromeext\/FM30dXpmjb8gKh8mSAlMy4Pvf8Uon2Xz9Bnkk4e https:\/\/api.promptly.fyi\/chromeext\/ja85fkdC5JZ1Spfah8mSAlMy4Pvf8Uon2Xz9Bnkk4e;" } }