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: microsoft-edge/extensions-chromium/publish/publish-extension.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,8 @@ Your developer/organization name,<!-- todo: what field name? --> **Website URL**
148
148
|**Support contact details**| - | The URL to your support webpage, or the email address to contact your support team. |
149
149
|**Mature content**| - | Checkbox to specify if your extension includes mature content. Extension rating helps determine the appropriate age group of the target audience of your extension. To help determine if your extension has mature content, see [Developer policies for the Microsoft Edge Add-ons store](/legal/microsoft-edge/extensions/developer-policies). |
150
150
151
+
Properties that are not indicated as Required are Optional.
152
+
151
153
Click the **Save & Continue** button<!-- todo: link, or button? --> to continue to the **Store listings** section.
152
154
153
155
@@ -156,13 +158,17 @@ Click the **Save & Continue** button<!-- todo: link, or button? --> to continue
156
158
157
159
The information provided in the following section is displayed to users who review your listing on the Microsoft Edge Add-ons website. Even though some fields are optional, you should provide as much information as possible.
158
160
159
-
To list your extension in the store, the following details are required:
160
-
***Display name**.
161
+
To list your extension in the store, the following details are required:<!-- todo: for each lang? -->
162
+
***Display name**.<!-- todo: for each lang? -->
161
163
***Description** for each language in your extension package. To support multiple languages, you can use the internationalization API ([chrome.i18n](https://go.microsoft.com/fwlink/?linkid=2167478)).
162
164
***Extension Store logo** for each language in your extension package.
163
-
***Short description**.
165
+
***Short description**.<!-- todo: for each lang? -->
166
+
167
+
The minimum required store listing details must be filled in for at least one of the languages (such as U.S. English; `en-US`) that's mentioned in your extension zip package.
164
168
165
-
The minimum required store listing details must be filled-out for at least one of the languages<!-- todo: spoken langs, or coding langs? --> mentioned in your extension zip package. To add or remove languages in your store listing on the Microsoft Edge Add-ons website, use the **Add a language** dropdown list on the **Store listings** webpage. Additionally, you can duplicate your assets from one language across others using the **Duplicate functionality** button on the **Language details** webpage.
169
+
* To add or remove languages in your store listing on the Microsoft Edge Add-ons website, use the **Add a language** dropdown list on the **Store listings** webpage.
170
+
171
+
* Additionally, you can duplicate your assets from one language across other languages by using the **Duplicate functionality** button on the **Language details** webpage.
166
172
167
173
| Language details property name | Required? | Description |
168
174
|---|---|---|
@@ -176,6 +182,8 @@ The minimum required store listing details must be filled-out for at least one o
176
182
|**Short description**| Required | To edit the `short description`, you must update the description field in your manifest file of your extension package and reupload it. |
177
183
|**Search terms**| - |`Search terms` are single words or phrases that help discover your extension when a user searches in the Microsoft Edge Add-ons website. The search terms aren't displayed to users. |
178
184
185
+
Properties that are not indicated as Required are Optional.
0 commit comments