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": "__MSG_extensionName__",
"version": "2.1.4",
"homepage_url": "https:\/\/dev-tools-hub.xyz\/extensions\/promptstash",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/chatgpt.com\/*",
"*:\/\/claude.ai\/*",
"*:\/\/gemini.google.com\/*",
"*:\/\/www.perplexity.ai\/*",
"*:\/\/chat.deepseek.com\/*",
"*:\/\/grok.x.ai\/*",
"*:\/\/x.com\/i\/grok\/*",
"*:\/\/copilot.microsoft.com\/*",
"*:\/\/poe.com\/*",
"*:\/\/chat.mistral.ai\/*",
"*:\/\/huggingface.co\/chat\/*",
"*:\/\/you.com\/*",
"*:\/\/www.phind.com\/*",
"*:\/\/character.ai\/*",
"*:\/\/pi.ai\/*",
"*:\/\/coral.cohere.com\/*",
"*:\/\/writesonic.com\/*",
"*:\/\/app.jasper.ai\/*",
"*:\/\/www.notion.so\/*",
"*:\/\/aistudio.google.com\/*",
"https:\/\/extensionpay.com\/*"
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-BKxUUKZ5.js"
],
"matches": [
"*:\/\/chatgpt.com\/*",
"*:\/\/claude.ai\/*",
"*:\/\/gemini.google.com\/*",
"*:\/\/www.perplexity.ai\/*",
"*:\/\/chat.deepseek.com\/*",
"*:\/\/grok.x.ai\/*",
"*:\/\/x.com\/i\/grok\/*",
"*:\/\/copilot.microsoft.com\/*",
"*:\/\/poe.com\/*",
"*:\/\/chat.mistral.ai\/*",
"*:\/\/huggingface.co\/chat\/*",
"*:\/\/you.com\/*",
"*:\/\/www.phind.com\/*",
"*:\/\/character.ai\/*",
"*:\/\/pi.ai\/*",
"*:\/\/coral.cohere.com\/*",
"*:\/\/writesonic.com\/*",
"*:\/\/app.jasper.ai\/*",
"*:\/\/www.notion.so\/*",
"*:\/\/aistudio.google.com\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+P",
"mac": "Command+Shift+P"
},
"description": "Open PromptStash popup"
}
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/aistudio.google.com\/*",
"*:\/\/app.jasper.ai\/*",
"*:\/\/character.ai\/*",
"*:\/\/chat.deepseek.com\/*",
"*:\/\/chat.mistral.ai\/*",
"*:\/\/chatgpt.com\/*",
"*:\/\/claude.ai\/*",
"*:\/\/copilot.microsoft.com\/*",
"*:\/\/coral.cohere.com\/*",
"*:\/\/gemini.google.com\/*",
"*:\/\/grok.x.ai\/*",
"*:\/\/huggingface.co\/*",
"*:\/\/pi.ai\/*",
"*:\/\/poe.com\/*",
"*:\/\/writesonic.com\/*",
"*:\/\/www.notion.so\/*",
"*:\/\/www.perplexity.ai\/*",
"*:\/\/www.phind.com\/*",
"*:\/\/x.com\/*",
"*:\/\/you.com\/*"
],
"resources": [
"assets\/storage-DHJrLmgL.js",
"assets\/content.tsx-B_TiuCc_.js"
],
"use_dynamic_url": false
}
]
}