Cirrus Insight

Cirrus Insight

Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cirrus Insight",
  "short_name": "CI",
  "version": "6.0.0",
  "manifest_version": 3,
  "description": "Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.",
  "permissions": [
    "notifications",
    "storage",
    "background",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://secure3.cirrusinsight.com/",
    "https://secure3.cirrusinsight.com/appui/",
    "https://s3.amazonaws.com/cirruspath-fiveo/",
    "https://s3.amazonaws.com/cirrusinsight-ui/gmail/",
    "http://mail.google.com/",
    "https://mail.google.com/",
    "https://www.google.com/_/chrome/newtab*",
    "https://www.google.com/calendar/*",
    "https://calendar.google.com/*",
    "http://chat.google.com/",
    "https://chat.google.com/",
    "https://chat.google.com/*",
    "*://*.googleusercontent.com/"
  ],
  "optional_permissions": [],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://calendar.google.com/*"
      ],
      "js": [
        "ci-injector.js",
        "translations.js",
        "apiRequest.js",
        "api.js",
        "gcm.js",
        "tabs.js",
        "inboxsdk.js",
        "foreground.js",
        "scripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "persistence": false
  },
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "logo_16.png",
        "logo_64.png",
        "logo_128.png",
        "inner_iframe.html",
        "appLogin.html",
        "translations.js",
        "gcm.js",
        "ci-context.js",
        "tabs.js",
        "foreground.js",
        "fileUpload.html",
        "inboxsdk.js",
        "pageWorld.js",
        "font-awesome-4.6.0.min.css",
        "fontawesome-webfont.eot",
        "fontawesome-webfont.svg",
        "fontawesome-webfont.ttf",
        "fontawesome-webfont.woff",
        "fontawesome-webfont.woff2",
        "ci-iframe.style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "http://www.cirrusinsight.com"
}