IPEVO Whiteboard for Chromebook is specifically designed to create an interactive whiteboard with IPEVO IW2 on your Chromebook.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"app": {
"background": {
"scripts": [
"js/background.js"
]
}
},
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1.4",
"minimum_chrome_version": "38",
"icons": {
"128": "whiteboard_128.png"
},
"offline_enabled": true,
"permissions": [
"webview",
"fullscreen",
"alwaysOnTopWindows",
"desktopCapture",
"unlimitedStorage",
"fileSystem",
"usb",
"videoCapture",
"system.display",
"hid",
{
"usbDevices": [
{
"vendorId": 6008,
"productId": 4610
},
{
"vendorId": 6008,
"productId": 4612
}
]
}
]
}