Manifest
The basic properties of the App Manifest.
The App Manifest contains all metadata for your app. It specifies Flow Cards, Drivers, etc.
Properties
Name | Description |
| The ID of your app. This is a reversed domain-name. |
| A Semantic Version of your app. Note that pre-release versions (e.g. |
| A Semantic Version indicating a range of Homey versions your app is compatible with. Use at least |
| An array containing the app's supported platforms. Read the Homey Cloud guide for more information. |
| The SDK level of your app. Should be |
| A HEX string for the app's brand color. The brand color is not allowed to be very bright. |
| A translation object with the name of your app. |
| A translation object with the description (oneliner) of your app. |
| A string with the Homey App Store category. Allowed categories are: |
| A translation object with searchable tags for the App Store. |
| An object containing two paths, |
| An array of Permissions. |
| An object indicating the author of the app. The field |
Additional properties
The following app manifest properties are optional but can be used to document extra information about your app. Most of this information will be presented to users in the Homey App Store.
Platform Local Required Features
An array of required features (nfc
, ledring
, speaker
or matter
) for platform local
. Adding a required feature will make the app uninstallable on Homey Pros that do not have all the listed features. So only use this when the app will only function with the respective feature.
Contributors
An object with keys developers
and translators
. Each object in the developers
or translators
array must contain a name
property.
Contributing
Perhaps some users want to show their appreciation for your hard work in the form of a small donation.
When adding one or more donation options to your app's manifest, a Donate button will appear on your app's page.
Donate buttons are only visible for non-verified developers.
Bugs
Users can come across an issue in your app. Provide them with a bug URL, so they can quickly share their findings with you. An object with a property url
that contains a link to your public bug/issue tracker.
Homey Community Topic
The Homey Community is a great place to share additional information about your app with your users and fellow developers. When the ID of the topic is provided, this shows a link on the App Store. You can get the ID from the topic's URL.
Source
If you would like to, you can add a link to your source code to allow others to view your code and maybe even submit a Pull Request. A string, starting with https://
.
Homepage
Share your company, brand or personal page with users to give them some more insight. A string, starting with https://
.
Support
Sometimes your users need some help or might have some questions about your app. Consider offering them support, just in case they need it. Add a URL or e-mail address to the app manifest. A support URL is mandatory for Verified Developers. A string, starting with https://
or mailto:
.
Last updated