Videolink2me app

Videolink2me app

Easily arrange video or audio calls with your Google or Facebook friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "0.37",
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "icons": {
    "16": "img/icons/16x16.png",
    "128": "img/icons/128x128.png"
  },
  "permissions": [
    "webview",
    "storage",
    "audioCapture",
    "videoCapture",
    "notifications",
    "https://videolink2.me/",
    "https://www.facebook.com/",
    "http://blog.videolink2.me/",
    "https://www.google-analytics.com/"
  ],
  "offline_enabled": true
}