Manifest
The basic properties of the App Manifest.
{
"id": "my.company.example",
"version": "1.0.0",
"compatibility": ">=5.0.0",
"runtime": "nodejs",
"platforms": ["local", "cloud"],
"sdk": 3,
"brandColor": "#FF0000",
"name": { "en": "My App" },
"description": { "en": "Adds support for Example devices." },
"category": "lights",
"tags": { "en": ["example"] },
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"permissions": ["homey:manager:api"]
"author": {
"email": "john@doe.com",
"name": "John Doe"
}
}Properties
Python properties
Python version
Python dependencies
Additional properties
Platform Local Required Features
Contributors
Contributing

Bugs
Homey Community Topic
Source
Homepage
Support
Last updated
Was this helpful?