Een eerste upload van de Homey programmeer leeromgeving
This commit is contained in:
28
.homeycompose/app.json
Normal file
28
.homeycompose/app.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"id": "nl.h3n3b0sch.probeerprog",
|
||||
"version": "1.0.0",
|
||||
"compatibility": ">=5.0.0",
|
||||
"sdk": 3,
|
||||
"platforms": [
|
||||
"local"
|
||||
],
|
||||
"name": {
|
||||
"en": "probeerProg"
|
||||
},
|
||||
"description": {
|
||||
"en": "Dit is om het programmeren te leren..."
|
||||
},
|
||||
"category": [
|
||||
"tools"
|
||||
],
|
||||
"permissions": [],
|
||||
"images": {
|
||||
"small": "/assets/images/small.png",
|
||||
"large": "/assets/images/large.png",
|
||||
"xlarge": "/assets/images/xlarge.png"
|
||||
},
|
||||
"author": {
|
||||
"name": "Hendrie Bosch",
|
||||
"email": "hendrie.bosch@gmail.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user