Email Capture by CircleBack

Email Capture by CircleBack

Email Capture by CircleBack

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.3.235",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "alarms",
    "app.window",
    "contextMenus",
    "gcm",
    "identity",
    "notifications",
    "storage",
    "webview",
    "alwaysOnTopWindows",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "https://www.qanoe.com/*",
    "http://*.circleback.com/*",
    "https://*.circleback.com/*",
    "https://fonts.gstatic.com/*"
  ],
  "webview": {
    "partitions": [
      {
        "name": "auth",
        "accessible_resources": [
          "index.html",
          "*.js",
          "*.css",
          "*.png"
        ]
      }
    ]
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "url_handlers": {
    "chrome_oauth_callback": {
      "matches": [
        "https://qa.circleback.com/chrome_oauth_callback*"
      ],
      "title": "Chrome QA Callback"
    }
  },
  "app": {
    "background": {
      "page": "background_page.html"
    }
  }
}