LiveBoard for Chrome

LiveBoard for Chrome

LiveBoard for Chrome. Video Conversations -- Socialize, Learn, Shop, Entertain, Collaborate Bridging Web Content with Personal…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LiveBoard for Chrome",
  "version": "1.7",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "windows",
    "tabs",
    "http://*/*",
    "https://*/*",
    "background"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "open-dialog.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "LiveBoard",
    "default_icon": "icon.png"
  },
  "manifest_version": 2
}