Inspect and view changes in Arduino Chrome Serial Monitor 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",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"description": "This is a open source project to provide people with a simple Arduino Serial Monitor to be used on Chrome or Chrome enabled devices.",
"icons": {
"16": "assets/icon-16x16.png",
"128": "assets/icon-128x128.png"
},
"manifest_version": 2,
"name": "Arduino Chrome Serial Monitor",
"permissions": [
"serial"
],
"version": "0.0.6"
}