You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/extension-docs/extension-manifest.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Example:
103
103
104
104
**Type: Object**
105
105
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.
107
107
108
108
You can add individual files like this:
109
109
@@ -141,6 +141,18 @@ and add folders like this:
141
141
}
142
142
```
143
143
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.
0 commit comments