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 Manager",
"description": "A simple and efficient prompt management tool for LLM interactions",
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Prompt Manager",
"default_popup": "src\/popup\/index.html"
},
"icons": {
"16": "public\/icons\/icon16.png",
"32": "public\/icons\/icon32.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"version": "1.0.0"
}