Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arduino Create for Education", "description": "Arduino Create Chrome app.", "version": "1.2.2.1", "manifest_version": 2, "author": "Arduino", "app": { "background": { "scripts": [ "background.bundle.js" ] } }, "externally_connectable": { "matches": [ "*:\/\/*.arduino.cc:*\/*" ] }, "permissions": [ "identity", "identity.email", "storage", "https:\/\/www.googleapis.com\/", "https:\/\/*.arduino.cc\/", "serial", "hid", "usb", "browser", "fileSystem", "alwaysOnTopWindows", { "fileSystem": [ "write", "retainEntries", "directory" ] }, { "usbDevices": [ { "vendorId": 32903, "productId": 2746 }, { "vendorId": 1003, "productId": 8535 }, { "vendorId": 11914, "productId": 3 }, { "vendorId": 9025, "productId": 94 } ] } ], "icons": { "128": "icon-128.png", "256": "icon-256.png", "512": "icon-512.png" } }