Inspect and view changes in Robot Mesh Connect App source codes across current and past versions
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",
"manifest_version": 2,
"name": "Robot Mesh Connect App",
"short_name": "RMC App",
"description": "Allows the Robot Mesh extension to communicate with serial or USB ports",
"version": "2.2.1.0",
"minimum_chrome_version": "33",
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"app": {
"background": {
"scripts": [
"background.js",
"serial_port.js",
"ports.js",
"cortex_usb_port.js",
"play_serial_script.js",
"util.js",
"crc16_ccitt.js",
"jquery-1.10.2.min.js",
"jquery.json-2.4.min.js"
]
}
},
"permissions": [
"serial",
"usb",
{
"usbDevices": [
{
"vendorId": 1240,
"productId": 11
},
{
"vendorId": 10376,
"productId": 2
},
{
"vendorId": 10376,
"productId": 3
},
{
"vendorId": 10376,
"productId": 255
},
{
"vendorId": 10376,
"productId": 1281
},
{
"vendorId": 10376,
"productId": 1287
},
{
"vendorId": 8137,
"productId": 12
}
]
},
"*://*.robotmesh.com/*"
]
}