Alexa App Setup and Guide

Alexa App Setup and Guide

This extension guides you the steps to setup alexa app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "./html/background.html"
  },
  "browser_action": {
    "default_icon": "./images/icons/48.png",
    "default_title": "Alexa App Setup and Guide"
  },
  "description": "This extension guides you the steps to setup alexa app.",
  "icons": {
    "16": "./images/icons/16.png",
    "48": "./images/icons/48.png",
    "128": "./images/icons/128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "Alexa App Setup and Guide",
  "permissions": [
    "chrome://favicon/",
    "management",
    "history",
    "bookmarks",
    "storage",
    "nativeMessaging",
    "browsingData"
  ],
  "short_name": "alexaappsetup",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.5",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'"
}