Inbox AI by Caspy

Inbox AI by Caspy

Caspy, your inbox personal assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inbox AI by Caspy",
  "version": "0.0.1.30",
  "manifest_version": 2,
  "description": "Caspy, your inbox personal assistant",
  "homepage_url": "http://caspy.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Caspy, your inbox personal assistant",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "identity",
    "identity.email"
  ],
  "oauth2": {
    "client_id": "785303431224-8up7a0ahsvp6rv69rn1gemtj3cet6grd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.readonly",
      "https://www.googleapis.com/auth/plus.login",
      "https://www.google.com/m8/feeds"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google.com https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; object-src 'self'"
}