Alexa Voice & Tone Buddy

Alexa Voice & Tone Buddy

Enhance Voice & Tone view in Amazon Alexa Developer Console.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alexa Voice & Tone Buddy",
  "version": "0.1.0",
  "description": "Enhance Voice & Tone view in Amazon Alexa Developer Console.",
  "icons": {
    "16": "images/img16.png",
    "32": "images/img32.png",
    "48": "images/img48.png",
    "128": "images/img128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://developer.amazon.com/alexa/console/ask/test/*"
      ]
    }
  ]
}