Vonage API Playground

Vonage API Playground

Vonage - API Playground Tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vonage API Playground",
  "short_name": "Vonage API Playground",
  "description": "Vonage - API Playground Tool.",
  "version": "2.2.1",
  "minimum_chrome_version": "23",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "Vonage API Playground",
    "default_icon": {
      "48": "48.png",
      "128": "128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "https://*.vonage.com/*",
    "https://*.nexmo.com/*",
    "https://*.vonagenetworks.net/*"
  ]
}