Gmail™ Email Templates by cloudHQ

Gmail™ Email Templates by cloudHQ

Beautiful email templates for Gmail. Design your templates or import templates from Mailchimp. With team sharing!

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": "script-src 'self' https://www.cloudhq.net; object-src 'self' https://www.cloudhq.net",
  "web_accessible_resources": [
    "javascripts/*",
    "*"
  ],
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "browser_action": {
    "default_icon": "icons/gmail_templates.png"
  },
  "icons": {
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "converted_from_user_script": true,
  "background": {
    "persistent": true,
    "scripts": [
      "javascripts/jquery-1.4.4.js",
      "javascripts/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.cloudhq.net/*"
    ]
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "css": [
        "stylesheets/jquery.dropdown.css",
        "stylesheets/popover.css",
        "stylesheets/file_browser.css",
        "stylesheets/main_gmail_templates.css"
      ],
      "include_globs": [],
      "js": [
        "javascripts/inboxsdk.js",
        "javascripts/main_gmail_templates_loader.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ]
    }
  ],
  "version": "1.0.0.21",
  "description": "__MSG_appDetail__",
  "permissions": [
    "storage",
    "background",
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://www.cloudhq.net/"
  ],
  "manifest_version": 2
}