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": "Prompt Anything Pro by PlugMonkey",
"short_name": "prompt-anything-pro",
"version": "1.3.1",
"description": "Select any text, prompt AI instantly. BYOK (OpenAI, Anthropic, Google). Save prompts, build your library. Privacy-first.",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.plugmonkey.xyz\/*",
"https:\/\/api.lemonsqueezy.com\/*",
"https:\/\/plugmonkey-license-api.vercel.app\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/api.anthropic.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"content\/modal.html",
"content\/library.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.openai.com https:\/\/api.anthropic.com https:\/\/generativelanguage.googleapis.com https:\/\/*.plugmonkey.xyz https:\/\/api.lemonsqueezy.com https:\/\/plugmonkey-license-api.vercel.app; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com;",
"content_scripts": "font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"author": "PlugMonkey"
}