Sylaps App

Sylaps App

Simple as clicking on a link to join a conversation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sylaps App",
  "short_name": "Sylaps",
  "description": "Simple as clicking on a link to join a conversation.",
  "manifest_version": 2,
  "version": "0.0.6",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "Icon-16.png",
    "128": "Icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background-script.js"
      ],
      "persistent": false
    }
  },
  "externally_connectable": {
    "matches": [
      "https://localhost/*",
      "https://*.sylaps.com/*"
    ]
  },
  "permissions": [
    "videoCapture",
    "unlimitedStorage",
    "notifications",
    "desktopCapture",
    "webview",
    "storage"
  ]
}