MailKing: Email Campaigns in Gmail by cloudHQ

MailKing: Email Campaigns in Gmail by cloudHQ

Send text message reminders and mass emails directly from Gmail

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "content_security_policy": "frame-src 'self' https://www.cloudhq.net https://www.cloudhq.net; script-src 'self' https://www.cloudhq.net https://www.cloudhq.net 'sha256-xlY73imk6IVOlYWRJuWjjjfgHfrgZSsSerx0TWQDnUc='; object-src 'self' https://www.cloudhq.net https://www.cloudhq.net;",
  "web_accessible_resources": [
    "javascripts/*",
    "icons/*",
    "*"
  ],
  "browser_action": {
    "default_icon": "icons/gmail_campaigns.png"
  },
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "icons": {
    "48": "icons/gmail_campaigns.png",
    "128": "icons/gmail_campaigns.png"
  },
  "converted_from_user_script": true,
  "background": {
    "persistent": true,
    "scripts": [
      "javascripts/jquery-1.4.4.js",
      "javascripts/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.orecons.com/*",
      "*://*.cloudhq.net/*"
    ]
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "css": [
        "stylesheets/popover.css",
        "stylesheets/main_gmail_campaigns.css"
      ],
      "include_globs": [],
      "js": [
        "javascripts/inboxsdk.js",
        "javascripts/main_gmail_campaigns_loader.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*",
        "https://www.cloudhq.net/*"
      ]
    }
  ],
  "version": "1.0.0.20",
  "description": "__MSG_appDetail__",
  "permissions": [
    "storage",
    "background",
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://support.cloudhq.net/",
    "https://www.cloudhq.net/",
    "https://*.googleusercontent.com/"
  ],
  "manifest_version": 2
}