VoiSmart Social Chat

VoiSmart Social Chat

Enhanced browser support for VoiSmart Social Chat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VoiSmart Social Chat",
  "short_name": "VoiSmartChat",
  "version": "1.1",
  "minimum_chrome_version": "50",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "idle",
    "tabs",
    "storage",
    "alarms",
    "*://*/*"
  ]
}