Inspect and view changes in Finch Programmer 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": "Finch Programmer",
"short_name": "Finch Programmer",
"description": "Program editor for Finch robots",
"version": "0.0.1.4",
"icons": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
},
"permissions": [
"webview",
"storage",
"system.display",
"hid",
{
"usbDevices": [
{
"vendorId": 9044,
"productId": 4369
}
]
}
],
"externally_connectable": {
"matches": [
"http://stars.iupui.edu/BlockBot/*",
"http://192.168.1.82/*",
"http://pollynote/*",
"http://localhost/*"
]
},
"app": {
"background": {
"scripts": [
"background.js",
"main.js"
]
}
}
}