The Gives

The Gives

Watch YouTube videos while video chatting with others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Gives",
  "description": "Watch YouTube videos while video chatting with others.",
  "version": "1.0",
  "icons": {
    "16": "icon-16-highlighted.png",
    "128": "icon-128-highlighted.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon-19.png",
      "38": "icon-38.png"
    },
    "default_title": "The Gives"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}