eDOCS Integration Solution & Gmail™

eDOCS Integration Solution & Gmail™

eDOCS Integration Solution & Gmail™ for Google Chrome™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "eDOCS Integration Solution & Gmail™",
  "short_name": "eDOCS IS & Gmail™",
  "version": "1.3.0.0",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArcJDKYZ7erxIvZLBtfDLXTM/4zxCX8j0TclbSBSnA0kFcHmPhRfKOtJahwD36fsY1q/KDHIeiI/v3jYxZyNzceiXiRx0yotqrLBF91NaqrpInjCTE+5+tDe0zGMwGaxT+cJpT72XeVzF0MxY2fEDpWPXOylgbj+2OEMMj0A3pzU2IXVhaEt1wk1+KbgOJRYaDclWwiC+EiiE5ID/fCZ4e8LedOzczfubZPvrQeVtDwq1otGRSco50AV8LXeP0Penfi+ce03YsbDyHM4hniAYU4PYr+VPfzuENjjL4Nb0HWEqtv3eF8X/5Usk5+CSJvzbJ18czJFaCtLUPsosboyh4QIDAQAB",
  "description": "eDOCS Integration Solution & Gmail™ for Google Chrome™",
  "browser_action": {
    "default_icon": {
      "19": "images/smallMainIcon.png",
      "38": "images/bigMainIcon.png"
    },
    "default_title": "eDOCS IS + Gmail™",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "tinyMainIcon.png",
    "48": "48MainIcon.png",
    "128": "128MainIcon.png"
  },
  "background": {
    "scripts": [
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "http://mail.google.com/*",
        "https://accounts.google.com/*",
        "http://accounts.google.com/*",
        "https://localhost:44300/*",
        "https://edocs.onewayclear.com/*",
        "https://edocs.news.co.uk:8443/*"
      ],
      "js": [
        "js/lib/bootstrap_cloudy.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://mail.google.com/*",
    "http://mail.google.com/",
    "https://mail.google.com/*",
    "https://mail.google.com/",
    "http://www.google.com/",
    "http://*/*",
    "https://*/*",
    "https://localhost:44300/*",
    "https://localhost/",
    "http://localhost/",
    "https://ajax.googleapis.com/*",
    "storage",
    "tabs",
    "management"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://edocs.news.co.uk https://edocs.news.co.uk:8443 https://localhost:44300 https://platform.twitter.com https://apis.google.com https://assets.pinterest.com https://partners-api.pinterest.com; object-src 'self'",
  "manifest_version": 2,
  "web_accessible_resources": [
    "js/constants.js",
    "js/multiAccount.js",
    "js/utils.js",
    "js/model.js",
    "js/regularView.js",
    "js/updatedView.js",
    "js/authorizationView.js",
    "js/viewManager.js",
    "js/controller.js",
    "js/main.js",
    "js/decode-worker.js",
    "js/resources.js",
    "js/popup.js",
    "js/lib/bootstrap_cloudy.js",
    "js/lib/gmailr.js",
    "js/lib/init.js",
    "js/lib/jquery.ba-bbq.js",
    "js/lib/lab.js",
    "js/lib/jquery.sortable.min.js",
    "js/lib/bootstrap.min.js",
    "js/lib/jquery-1.9.1.min",
    "js/lib/jquery-1.11.1.js",
    "js/lib/jquery-ui-1.10.4.min.js",
    "js/lib/jquery-ui.js",
    "js/lib/gmail.js",
    "images/loading-ring.gif",
    "images/checkmark.png",
    "images/error.png",
    "images/iconoOWCpeq.png",
    "images/star.jpg",
    "images/iconoOWCpeqHi.png",
    "images/cloudIconOn.png",
    "images/cloudIconOff.png",
    "images/cloudyicon_thick_cropped_dark.png",
    "images/cloudIconOn52_white.png",
    "images/cloudy_popup_top2.png",
    "images/nasty_fabric.png",
    "images/cloudy_spreadtheword4.png",
    "images/small_logo.png",
    "images/loading.gif",
    "images/arrowUp.png",
    "images/ViewVersionsIco.png",
    "templates/downloaddiv.html",
    "templates/customrow.html",
    "templates/popup-social.html",
    "templates/skydrive-bubble.html",
    "templates/gmail-incompatibility.html",
    "templates/cloudy-fixed.html",
    "css/main.css",
    "css/popup.css",
    "css/bootstrap-responsive.min.css",
    "css/bootstrap.min.css",
    "css/AttachWindow.css"
  ],
  "externally_connectable": {
    "matches": [
      "https://accounts.google.com/*",
      "http://accounts.google.com/*",
      "https://mail.google.com/*",
      "http://mail.google.com/*",
      "https://localhost:44300/*",
      "https://edocs.onewayclear.com/*",
      "https://edocs.news.co.uk:8443/*"
    ],
    "accepts_tls_channel_id": false
  }
}