tbx: Team Browser Extension

tbx: Team Browser Extension

Browse the web together, in real-time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "tbx: Team Browser Extension",
  "version": "0.3.5",
  "description": "Browse the web together, in real-time.",
  "background": {
    "page": "background/background.html"
  },
  "web_accessible_resources": [
    "assets/icons/*.png",
    "assets/icons/*.svg",
    "assets/fonts/*.ttf",
    "assets/images/*.png",
    "content/*.css",
    "*.js"
  ],
  "permissions": [
    "storage",
    "tabs",
    "http://localhost/*",
    "<all_urls>",
    "cookies",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon_16.png",
      "32": "assets/icons/icon_32.png",
      "48": "assets/icons/icon_48.png",
      "128": "assets/icons/icon_128.png"
    },
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon_16.png",
    "32": "assets/icons/icon_32.png",
    "48": "assets/icons/icon_48.png",
    "128": "assets/icons/icon_128.png"
  },
  "manifest_version": 2
}