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": "go-mapi",
"version": "0.1.0",
"description": "Send emails via Gmail from Windows MAPI applications (right-click \u2192 Send to \u2192 Mail recipient)",
"permissions": [
"nativeMessaging",
"identity",
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*"
],
"oauth2": {
"client_id": "757265040228-u6jlcde97info3c331di4s3gqsr1251q.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.compose",
"https:\/\/www.googleapis.com\/auth\/gmail.send"
]
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "go-mapi"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}