ScreenCapture on RICOH Interactive Whiteboard

ScreenCapture on RICOH Interactive Whiteboard

Capture web pages as screenshots, then share, annotate and collaborate using a RICOH Interactive Whiteboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ScreenCapture on RICOH Interactive Whiteboard",
  "version": "1.0.1",
  "description": "Capture web pages as screenshots, then share, annotate and collaborate using a RICOH Interactive Whiteboard.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "ScreenCapture on RICOH Interactive Whiteboard",
    "default_popup": "result.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "manifest_version": 2
}