Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 09, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SnapBack",
"version": "1.0.6",
"description": "Snap back with AI-powered replies in Gmail",
"permissions": [
"activeTab",
"scripting",
"storage",
"identity",
"notifications"
],
"host_permissions": [
"https:\/\/snapback-vercel-defeftgpb-sanjhai-prakash-bs-projects.vercel.app\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/people.googleapis.com\/*",
"https:\/\/accounts.google.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/snapback-vercel-defeftgpb-sanjhai-prakash-bs-projects.vercel.app https:\/\/generativelanguage.googleapis.com https:\/\/people.googleapis.com https:\/\/accounts.google.com;"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
},
"oauth2": {
"client_id": "369154876795-de376tfb1cjnp9gcckl8bdv2eruhq87j.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html"
}