Email on Acid

Email on Acid

Quickly send web versions of emails to Email on Acid for testing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "create-default": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "__MSG_command__"
    }
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/favicon-48.png",
    "128": "images/favicon-128.png"
  },
  "minimum_chrome_version": "48.0",
  "name": "__MSG_extensionName__",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications"
  ],
  "manifest_version": 2,
  "version": "1.1"
}