Presenter allows your IPEVO document camera to capture and present class work easily.
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": "2.0.0.18",
"minimum_chrome_version": "38",
"icons": {
"128": "icon.png"
},
"offline_enabled": true,
"permissions": [
"fullscreen",
"alwaysOnTopWindows",
"unlimitedStorage",
"videoCapture",
"usb",
"hid",
{
"usbDevices": [
{
"vendorId": 6008,
"productId": 513
},
{
"vendorId": 6008,
"productId": 514
},
{
"vendorId": 6008,
"productId": 515
},
{
"vendorId": 6008,
"productId": 516
},
{
"vendorId": 6008,
"productId": 517
},
{
"vendorId": 6008,
"productId": 518
},
{
"vendorId": 6008,
"productId": 519
},
{
"vendorId": 6008,
"productId": 520
},
{
"vendorId": 6008,
"productId": 521
},
{
"vendorId": 6008,
"productId": 528
},
{
"vendorId": 6008,
"productId": 529
},
{
"vendorId": 6008,
"productId": 530
},
{
"vendorId": 6008,
"productId": 531
},
{
"vendorId": 6008,
"productId": 532
},
{
"vendorId": 6008,
"productId": 533
},
{
"vendorId": 6008,
"productId": 534
}
]
}
],
"kiosk_enabled": true
}