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": "Glimpse - AI Gmail Assistant powered by ChatGPT4",
"version": "1.1.7",
"description": "AI Gmail Assistant powered by ChatGPT4",
"action": {
"default_icon": "icon\/logo.png",
"default_title": "Glimpse"
},
"permissions": [
"sidePanel",
"tabs",
"storage",
"identity",
"identity.email",
"alarms"
],
"background": {
"service_worker": "email-analyst-client.js"
},
"icons": {
"16": "icon\/logo-16.png",
"48": "icon\/logo-48.png",
"128": "icon\/logo-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"email-content.js"
]
}
],
"oauth2": {
"client_id": "435686983417-gj98e3ovlftick24ajbgo6rahsj149j5.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.readonly",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}