Voice Monkey

Voice Monkey

Send text from web pages to Alexa using Voice Monkey

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Voice Monkey",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Send text from web pages to Alexa using Voice Monkey",
  "homepage_url": "https://voicemonkey.io/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": false
  },
  "options_page": "src/options/index.html",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ]
}