App Categories
The Apps are displayed in categories to make it easier for users to find Apps. This improves discoverabiltiy and the overall user experience.
Assigning an App to a category:
In your App Manifest, you can configure to which categories your application will be assigned to:
{
...other manifest settigns,
"category": ["string","string"]
}- An app can be assigned to multiple categories.
- Categories passed to the manifest can be case-insensitive
Categories Reference
Below is a list of currently available categories.
| Category display name | Category manifest value |
|---|---|
| Accessibility | Accessibility |
| Analytics & data | Analytics_Data |
| Booking & events | Booking_Events |
| Communication | Communication |
| Content, marketing & CRM | Content_Marketing_CRM |
| Data privacy & compliance | Data_Privacy_Compliance |
| SEO | SEO |
| Selling online | Selling_online |
| Site enhancements | Site_Enhancements |
Updated 5 months ago