Ziteboard - zooming collaboration whiteboard

Ziteboard - zooming collaboration whiteboard

Zoomable realtime whiteboard for shared teamwork collaboration. Vector design, sketch drawing, shape recognition, tutoring, meeting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Ziteboard",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.1.5",
  "manifest_version": 2,
  "minimum_chrome_version": "20.0.0.0",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "pics/logo.png",
    "default_title": "Start Ziteboard"
  },
  "options_page": "options.html",
  "icons": {
    "16": "pics/logo.png",
    "48": "pics/logo.png",
    "128": "pics/logo.png"
  }
}