Compare commits
1 Commits
v2023.4.11
...
v2023.4.11
Author | SHA1 | Date | |
---|---|---|---|
98ebd7a168 |
@ -54,5 +54,6 @@ interface Manifest {
|
|||||||
title: string // Titre associé à l'application
|
title: string // Titre associé à l'application
|
||||||
description: string // Description associée à l'application
|
description: string // Description associée à l'application
|
||||||
tags: string[] // Mots clés associés à l'application
|
tags: string[] // Mots clés associés à l'application
|
||||||
|
metadata: { [key: string]: any } // Métadonnées associées à l'application. Voir ../manifest.md
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user