distinguish explicitly between types of 'apps' #3

Open
opened 2024-02-12 12:29:38 +01:00 by coderofsalvation · 0 comments

add to manifest

{
  "type": [
     {type:"system"},
     {type:"app"},          <----- windowed? rule of thumb?
     {......}
  ]
}
add to manifest ``` { "type": [ {type:"system"}, {type:"app"}, <----- windowed? rule of thumb? {......} ] } ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xrsh/xrsh-com#3
No description provided.