Inspect and view changes in Cirrus Insight source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Cirrus Insight",
"short_name": "CI",
"version": "6.0.10",
"manifest_version": 3,
"description": "Cirrus Insight brings professional email tools to your inbox to boost your productivity and help you conquer email.",
"permissions": [
"declarativeNetRequest",
"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/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"optional_permissions": [],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https://mail.google.com/*",
"https://calendar.google.com/*"
],
"js": [
"ci-injector.js",
"translations.js",
"crypto-js.js",
"apiRequest.js",
"api.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_48.png",
"logo_128.png",
"inner_iframe.html",
"appLogin.html",
"locales/en.json",
"locales/es.json",
"locales/fr.json",
"translations.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"
}