Save and Backup My Emails by cloudHQ

Save and Backup My Emails by cloudHQ

Backup and archive emails in 3 steps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.cloodhq.net; object-src 'self' https://www.cloudhq.net",
  "web_accessible_resources": [
    "javascripts/*",
    "icons/*"
  ],
  "name": "Save and Backup My Emails by cloudHQ",
  "short_name": "Save and Backup My Emails by cloudHQ",
  "icons": {
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "converted_from_user_script": true,
  "background": {
    "persistent": true,
    "scripts": [
      "javascripts/background.js",
      "javascripts/popup.js",
      "javascripts/jquery-1.4.4.js",
      "javascripts/jquery.json.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/gmail_save.png",
    "default_popup": "popup.html",
    "default_title": "Save My Emails"
  },
  "content_scripts": [
    {
      "exclude_globs": [],
      "css": [
        "stylesheets/jquery.dropdown.css",
        "stylesheets/popover.css",
        "stylesheets/file_browser.css",
        "stylesheets/main_gmail_save.css"
      ],
      "include_globs": [],
      "js": [
        "javascripts/inboxsdk.js",
        "javascripts/main_gmail_save_loader.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "version": "1.1.0.13",
  "description": "Backup and archive emails in 3 steps",
  "permissions": [
    "storage",
    "background",
    "https://mail.google.com/",
    "https://www.cloudhq.net/"
  ],
  "manifest_version": 2
}