Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "3.6.14",
"short_name": "Mailcastr",
"version_name": "3.6.14",
"description": "__MSG_description__",
"author": "Mailcastr",
"homepage_url": "https:\/\/mailcastr.com\/",
"minimum_chrome_version": "50",
"default_locale": "en",
"icons": {
"16": "cs\/images\/logo16.png",
"48": "cs\/images\/logo48.png",
"128": "cs\/images\/logo.png"
},
"permissions": [
"https:\/\/mail.google.com\/*",
"*:\/\/*.googleusercontent.com\/proxy\/*",
"*:\/\/*.mailcastr.com\/*",
"storage",
"webRequest",
"webRequestBlocking"
],
"browser_action": {
"default_icon": "cs\/images\/logo16.png",
"default_popup": "popup\/popup.html",
"default_title": "__MSG_name__"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"cs\/jquery.js",
"cs\/flatpickr.min.js",
"cs\/moment.min.js",
"cs\/inboxsdk.js",
"cs\/cs-gmail.js"
],
"css": [
"cs\/styles-gmail.css"
]
}
],
"web_accessible_resources": [
"cs\/images\/app-image.png",
"cs\/jquery.js",
"cs\/images\/help_24px.svg",
"cs\/images\/dashboard_24px.svg",
"cs\/images\/build_24px.svg",
"cs\/images\/logo.png",
"cs\/images\/logo48.png",
"cs\/images\/tick_two.svg",
"cs\/images\/tick_one_white.svg",
"cs\/images\/tick_two_white.svg",
"cs\/images\/sms_24px.svg",
"cs\/images\/ic_emotions.svg",
"cs\/images\/gesture-24px.svg",
"cs\/images\/send-24px.svg",
"cs\/images\/schedule-24px.svg",
"cs\/images\/schedule-24px-green.svg",
"cs\/images\/file_copy-24px.svg",
"cs\/images\/campaigns.svg",
"cs\/images\/templates.svg",
"cs\/images\/loader.gif",
"cs\/images\/3days-badge.png",
"cs\/images\/img-gift.png",
"cs\/images\/coupon.png",
"cs\/images\/sent-with-mailcastr.png",
"cs\/images\/arrow-left.png",
"cs\/images\/arrow-left-disabled.png",
"cs\/images\/arrow-right.png",
"cs\/images\/tick-ok.png",
"cs\/images\/welcome-img-1.png",
"cs\/images\/welcome-img-2.png",
"cs\/images\/welcome-img-3.png",
"anim1-data.json",
"cs\/images\/onboarding-avatar.png",
"cs\/images\/ic_hand.png",
"cs\/images\/onboarding1.png"
],
"externally_connectable": {
"matches": [
"https:\/\/mail.google.com\/*",
"*:\/\/*.mailcastr.com\/*"
]
},
"background": {
"page": "bg\/bg.html",
"persistent": true
},
"content_security_policy": "script-src 'self' https:\/\/api.mixpanel.com https:\/\/cdn.jsdelivr.net https:\/\/cdn.rollbar.com https:\/\/www.google-analytics.com; object-src 'self'"
}