Skip to content

Commit b501fa1

Browse files
nicomiguelinoclaude
andcommitted
feat(edge-app-template): add categories to manifest files
- Add categories field to screenly.yml and screenly_qc.yml - Update create-an-edge-app skill to remind updating categories Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3fafc6a commit b501fa1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.claude/skills/create-an-edge-app/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All apps depend on the `@screenly/edge-apps` library (`workspace:../edge-apps-li
3131

3232
### About the Manifest Files
3333

34+
- Update the `categories` key to reflect the app's purpose.
3435
- Add any app-specific settings under the `settings` key, sorted alphabetically.
3536
- More information about manifest files can be found in the [Edge Apps documentation in the `Screenly/cli` repository](https://raw.githubusercontent.com/Screenly/cli/refs/heads/master/docs/EdgeApps.md).
3637

edge-apps/.bun-create/edge-app-template/screenly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ syntax: manifest_v1
33
description: {{APP_DESCRIPTION}}
44
icon: https://playground.srly.io/edge-apps/{{APP_NAME}}/static/img/icon.svg
55
author: Screenly, Inc.
6+
categories:
7+
- Messaging & Content
68
ready_signal: true
79
settings:
810
display_errors:

edge-apps/.bun-create/edge-app-template/screenly_qc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ syntax: manifest_v1
33
description: {{APP_DESCRIPTION}}
44
icon: https://playground.srly.io/edge-apps/{{APP_NAME}}/static/img/icon.svg
55
author: Screenly, Inc.
6+
categories:
7+
- Messaging & Content
68
ready_signal: true
79
settings:
810
display_errors:

0 commit comments

Comments
 (0)