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 Prompt Assistant v1.9",
"version": "1.9",
"description": "Men\u00fa de prompts \u00fatiles para ChatGPT, DeepSeek, Gemini, Copilot, y m\u00e1s.",
"permissions": [
"clipboardWrite",
"clipboardRead",
"activeTab",
"storage",
"contextMenus",
"sidePanel",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/meta.com\/*",
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/wikipedia.org\/*",
"https:\/\/www.google.com\/*",
"<all_urls>"
],
"action": {
"default_title": "AI Prompt Assistant",
"default_icon": {
"16": "\/src\/assets\/icons\/icon16.png",
"48": "\/src\/assets\/icons\/icon48.png",
"128": "\/src\/assets\/icons\/icon128.png"
}
},
"icons": {
"16": "\/src\/assets\/icons\/icon16.png",
"48": "\/src\/assets\/icons\/icon48.png",
"128": "\/src\/assets\/icons\/icon128.png"
},
"background": {
"service_worker": "\/src\/background\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/meta.com\/*",
"https:\/\/google.com\/*",
"https:\/\/wikipedia.org\/*",
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"\/src\/content-script\/content.js",
"\/src\/content-script\/ai_sites.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"\/src\/content-script\/selection-monitor.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"side_panel": {
"default_path": "\/src\/sidepanel\/sidebar.html"
},
"web_accessible_resources": [
{
"resources": [
"\/src\/sidepanel\/pages\/feedback\/feedback.html",
"\/src\/sidepanel\/pages\/feedback\/feedback.js",
"\/src\/sidepanel\/pages\/json-viewer\/json-viewer.html",
"\/src\/sidepanel\/pages\/json-viewer\/json-viewer.js",
"\/src\/sidepanel\/pages\/jsonEditor\/jsonEditor.html",
"\/src\/sidepanel\/pages\/jsonEditor\/jsonEditor.js",
"\/src\/sidepanel\/pages\/jsonEditor\/jsonEditor.css",
"\/src\/sidepanel\/pages\/help-video\/help-video.html",
"\/src\/sidepanel\/pages\/help-video\/help-video.css",
"\/src\/sidepanel\/pages\/help-video\/help-video.js",
"\/src\/common\/languages\/custom\/*.json",
"\/src\/common\/languages\/*.json"
],
"matches": [
"<all_urls>"
]
}
]
}