Inspect and view changes in PICAXE Blockly 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",
"name": "PICAXE Blockly",
"short_name": "PICAXE Block",
"description": "Blockly blocks coding for PICAXE microcontrollers",
"version": "1.4.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"chrome/background.js"
]
}
},
"icons": {
"16": "chrome/picaxeblockly-16.png",
"24": "chrome/picaxeblockly-24.png",
"32": "chrome/picaxeblockly-32.png",
"48": "chrome/picaxeblockly-48.png",
"128": "chrome/picaxeblockly-128.png"
},
"permissions": [
"webview",
"nativeMessaging",
"serial",
"clipboardRead",
"clipboardWrite",
"http://www.picaxecloud.com/",
"https://www.picaxecloud.com/",
"storage",
{
"fileSystem": [
"write"
]
}
]
}