Skip to content

Commit 594c381

Browse files
committed
upd: add "readme" and "compatibleAppVersions" fields to extension manifest docs
1 parent fd0a97b commit 594c381

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

content/docs/extension-docs/extension-manifest.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Example:
103103

104104
**Type: Object**
105105

106-
The contribute files field is used to install files or folders into the project when the extension is installed. This should be used to install custom components and commands to the `BP/commands` and `BP/components` folder.
106+
The contribute files field is used to install files or folders into the project when the extension is installed. This can be used to install custom components and commands to the `BP/commands` and `BP/components` folder.
107107

108108
You can add individual files like this:
109109

@@ -141,6 +141,18 @@ and add folders like this:
141141
}
142142
```
143143

144+
### `readme`
145+
146+
**Type: string**
147+
148+
A url to a readme for your extension. Creates a button in the extension store on your extension to go to the url you have set.
149+
150+
### `compatibleAppVersions`
151+
152+
**Type: Object**
153+
154+
An object with `min` and `max` fields to specify which range of bridge. versions your extension supports.
155+
144156
## Example
145157

146158
```json

0 commit comments

Comments
 (0)