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 Context Flow: Shared Memory & Better Prompts",
"short_name": "AI Memory",
"version": "1.8.5",
"description": "Stop repeating yourself. Use universal AI memory & expert prompts at ChatGPT, Claude, Gemini, Perplexity, Grok & more.",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icons\/icon48.png",
"icons\/bolt-common.png",
"icons\/bolt-optimize.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}