Skip to content

Commit 3de4cd6

Browse files
Merge pull request #3367 from MicrosoftDocs/bhuvanapriyap-transfer
New article "Transfer ownership of an extension"
2 parents b921e05 + d9eff61 commit 3de4cd6

File tree

15 files changed

+205
-92
lines changed

15 files changed

+205
-92
lines changed

.openpublishing.redirection.json

Lines changed: 119 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,45 @@
11
{
22
"redirections": [
3-
/* Instructions: https://review.learn.microsoft.com/help/platform/redirect-articles */
3+
// Instructions: https://review.learn.microsoft.com/help/platform/redirect-articles
4+
// Sections:
45

5-
/* Outline of this file:
6-
DevTools
7-
Microsoft Edge extensions
8-
Progressive Web Apps
9-
WebView2
10-
Test and automation
11-
Development tips for Microsoft Edge (was "Web platform")
12-
Microsoft Edge IDE integration
13-
Accessibility in Microsoft Edge
14-
DualEngine
15-
Redirects to Legal
16-
DevTools
17-
Extensions
18-
Privacy
19-
Redirects to MDN
20-
Redirects to external webpages
21-
WebDriver: "microsoft / edge-selenium-tools" repo
22-
Archived EdgeHTML content
23-
Old redirects (to /archive/)
24-
*/
6+
// Release notes
7+
// Experimental web platform features
8+
// Microsoft Edge DevTools
9+
// Microsoft Edge extensions
10+
// Progressive Web Apps
11+
// WebView2
12+
// Test and automation
13+
// Edge-specific web development tips
14+
// Microsoft Edge IDE integration
15+
// Accessibility in Microsoft Edge
16+
// DualEngine
17+
// Redirects to Legal
18+
// DevTools
19+
// Extensions
20+
// Privacy
21+
// Redirects to MDN
22+
// Redirects to external webpages
23+
// WebDriver: "microsoft / edge-selenium-tools" repo
24+
// Archived EdgeHTML content
25+
// Old redirects (to /archive/)
2526

26-
/* DevTools */
27-
{
28-
/* legacy "Overview of DevTools" url redirects to DevTools landing */
27+
// ============================================================================
28+
// Release notes
29+
// /Release notes
30+
// ============================================================================
31+
// Experimental web platform features
32+
// /Experimental web platform features
33+
// ============================================================================
34+
// Microsoft Edge DevTools
35+
{
36+
// legacy "Overview of DevTools" url redirects to DevTools landing
2937
"source_path": "microsoft-edge/devtools-guide-chromium/index.md",
3038
"redirect_url": "/microsoft-edge/devtools-guide-chromium/landing/index",
3139
"redirect_document_id": false
3240
},
3341
{
34-
/* "Open DevTools" url redirects to "Overview of DevTools" */
42+
// "Open DevTools" url redirects to "Overview of DevTools"
3543
"source_path": "microsoft-edge/devtools-guide-chromium/open/index.md",
3644
"redirect_url": "/microsoft-edge/devtools-guide-chromium/overview",
3745
"redirect_document_id": false
@@ -106,7 +114,9 @@ Old redirects (to /archive/)
106114
"redirect_url": "/microsoft-edge/devtools-guide-chromium/evaluate-performance/",
107115
"redirect_document_id": false
108116
},
109-
/* Microsoft Edge extensions: */
117+
// /Microsoft Edge DevTools
118+
// ============================================================================
119+
// Microsoft Edge extensions
110120
{
111121
"source_path": "microsoft-edge/extensions-chromium/enterprise/declare-permissions.md",
112122
"redirect_url": "/microsoft-edge/extensions-chromium/developer-guide/declare-permissions",
@@ -122,11 +132,6 @@ Old redirects (to /archive/)
122132
"redirect_url": "/microsoft-edge/extensions-chromium/publish/hosting-and-updating",
123133
"redirect_document_id": false
124134
},
125-
{
126-
"source_path": "microsoft-edge/extensions-chromium/enterprise/auto-update.md",
127-
"redirect_url": "/microsoft-edge/extensions-chromium/publish/auto-update",
128-
"redirect_document_id": false
129-
},
130135
{
131136
"source_path": "microsoft-edge/extensions-chromium/publish/contact-us.md",
132137
"redirect_url": "/microsoft-edge/extensions-chromium/publish/contact-extensions-team",
@@ -137,11 +142,6 @@ Old redirects (to /archive/)
137142
"redirect_url": "/microsoft-edge/extensions-chromium/publish/publish-extension",
138143
"redirect_document_id": false
139144
},
140-
{
141-
"source_path": "microsoft-edge/extensions-chromium/publish/update.md",
142-
"redirect_url": "/microsoft-edge/extensions-chromium/publish/update-extension",
143-
"redirect_document_id": false
144-
},
145145
{
146146
"source_path": "microsoft-edge/extensions-chromium/store-policies/csp.md",
147147
"redirect_url": "/microsoft-edge/extensions-chromium/developer-guide/csp",
@@ -157,8 +157,40 @@ Old redirects (to /archive/)
157157
"redirect_url": "/microsoft-edge/extensions-chromium/getting-started/picture-inserter-content-script",
158158
"redirect_document_id": false
159159
},
160-
161-
/* Progressive Web Apps: */
160+
// Extensions > Update
161+
{
162+
"source_path": "microsoft-edge/extensions-chromium/publish/update.md",
163+
"redirect_url": "/microsoft-edge/extensions-chromium/publish/update-extension",
164+
"redirect_document_id": false
165+
},
166+
{
167+
"source_path": "microsoft-edge/extensions-chromium/enterprise/auto-update.md",
168+
"redirect_url": "/microsoft-edge/extensions-chromium/publish/auto-update",
169+
"redirect_document_id": false
170+
},
171+
{
172+
"source_path": "microsoft-edge/extensions-chromium/publish/update-extension.md",
173+
"redirect_url": "/microsoft-edge/extensions-chromium/update/update-extension",
174+
"redirect_document_id": false
175+
},
176+
{
177+
"source_path": "microsoft-edge/extensions-chromium/publish/api/using-addons-api.md",
178+
"redirect_url": "/microsoft-edge/extensions-chromium/update/api/using-addons-api",
179+
"redirect_document_id": false
180+
},
181+
{
182+
"source_path": "microsoft-edge/extensions-chromium/publish/api/addons-api-reference.md",
183+
"redirect_url": "/microsoft-edge/extensions-chromium/update/api/addons-api-reference",
184+
"redirect_document_id": false
185+
},
186+
{
187+
"source_path": "microsoft-edge/extensions-chromium/publish/auto-update.md",
188+
"redirect_url": "/microsoft-edge/extensions-chromium/update/auto-update",
189+
"redirect_document_id": false
190+
},
191+
// /Microsoft Edge extensions
192+
// ============================================================================
193+
// Progressive Web Apps
162194
{
163195
"source_path": "microsoft-edge/progressive-web-apps/index.md",
164196
"redirect_url": "/microsoft-edge/progressive-web-apps-chromium/index",
@@ -204,8 +236,9 @@ Old redirects (to /archive/)
204236
"redirect_url": "https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers",
205237
"redirect_document_id": false
206238
},
207-
208-
/* WebView2: */
239+
// /Progressive Web Apps
240+
// ============================================================================
241+
// WebView2
209242
{
210243
"source_path": "microsoft-edge/hosting/webview2.md",
211244
"redirect_url": "/microsoft-edge/webview2/index",
@@ -217,7 +250,7 @@ Old redirects (to /archive/)
217250
"redirect_document_id": false
218251
},
219252

220-
/* WebView2 Release Notes: */
253+
// WebView2 Release Notes:
221254
{
222255
"source_path": "microsoft-edge/hosting/webview2/releasenotes.md",
223256
"redirect_url": "/microsoft-edge/webview2/release-notes/index",
@@ -239,7 +272,7 @@ Old redirects (to /archive/)
239272
"redirect_document_id": false
240273
},
241274

242-
/* WebView2 Concepts: */
275+
// WebView2 Concepts:
243276
{
244277
"source_path": "microsoft-edge/webview2/concepts/browserfeatures.md",
245278
"redirect_url": "/microsoft-edge/webview2/concepts/browser-features",
@@ -251,7 +284,7 @@ Old redirects (to /archive/)
251284
"redirect_document_id": false
252285
},
253286

254-
/* WebView2 Getting started: */
287+
// WebView2 Getting started:
255288
{
256289
"source_path": "microsoft-edge/webview2/gettingstarted/win32.md",
257290
"redirect_url": "/microsoft-edge/webview2/get-started/win32",
@@ -273,7 +306,7 @@ Old redirects (to /archive/)
273306
"redirect_document_id": false
274307
},
275308

276-
/* WebView2 How-to: */
309+
// WebView2 How-to:
277310
{
278311
"source_path": "microsoft-edge/webview2/howto/chromium-devtools-protocol.md",
279312
"redirect_url": "/microsoft-edge/webview2/how-to/chromium-devtools-protocol",
@@ -300,7 +333,7 @@ Old redirects (to /archive/)
300333
"redirect_document_id": false
301334
},
302335

303-
/* WebView2 Reference: */
336+
// WebView2 Reference:
304337
{
305338
"source_path": "microsoft-edge/hosting/webview2/reference/icorewebview2.md",
306339
"redirect_url": "/microsoft-edge/webview2/reference/win32/icorewebview2",
@@ -312,7 +345,7 @@ Old redirects (to /archive/)
312345
"redirect_document_id": false
313346
},
314347

315-
/* WebView2 Reference > .NET: */
348+
// WebView2 Reference > .NET:
316349
{
317350
"source_path": "microsoft-edge/webview2/reference/dotnet/0-9-515-reference-webview2.md",
318351
"redirect_url": "/dotnet/api/microsoft.web.webview2.core",
@@ -749,7 +782,7 @@ Old redirects (to /archive/)
749782
"redirect_document_id": false
750783
},
751784

752-
/* WebView2 Reference > WinForms: */
785+
// WebView2 Reference > WinForms:
753786
{
754787
"source_path": "microsoft-edge/webview2/reference/winforms/0-9-515-reference-webview2.md",
755788
"redirect_url": "/dotnet/api/microsoft.web.webview2.winforms",
@@ -761,7 +794,7 @@ Old redirects (to /archive/)
761794
"redirect_document_id": false
762795
},
763796

764-
/* WebView2 Reference > WPF: */
797+
// WebView2 Reference > WPF:
765798
{
766799
"source_path": "microsoft-edge/webview2/reference/wpf/0-9-515-reference-webview2.md",
767800
"redirect_url": "/dotnet/api/microsoft.web.webview2.wpf",
@@ -777,18 +810,20 @@ Old redirects (to /archive/)
777810
"redirect_url": "/dotnet/api/microsoft.web.webview2.wpf.webview2",
778811
"redirect_document_id": false
779812
},
780-
/* end of WebView2 Reference */
781-
782-
/* Test and automation: none */
783-
784-
/* Development tips for Microsoft Edge (was "Web platform"): */
813+
// /WebView2
814+
// ============================================================================
815+
// Test and automation
816+
// /Test and automation
817+
// ============================================================================
818+
// Edge-specific web development tips
785819
{
786820
"source_path": "microsoft-edge/web-platform/user-agent-string.md",
787821
"redirect_url": "/microsoft-edge/web-platform/user-agent-guidance",
788822
"redirect_document_id": false
789823
},
790-
791-
/* Microsoft Edge IDE integration: */
824+
// /Edge-specific web development tips
825+
// ============================================================================
826+
// Microsoft Edge IDE integration
792827
{
793828
"source_path": "microsoft-edge/visual-studio-code/index.md",
794829
"redirect_url": "/microsoft-edge/visual-studio-code/ide-integration",
@@ -804,13 +839,16 @@ Old redirects (to /archive/)
804839
"redirect_url": "/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension",
805840
"redirect_document_id": false
806841
},
807-
808-
/* Accessibility in Microsoft Edge: none */
809-
810-
/* DualEngine: none */
811-
812-
/* Redirects to Legal: */
813-
/* DevTools: */
842+
// /Microsoft Edge IDE integration
843+
// ============================================================================
844+
// Accessibility in Microsoft Edge
845+
// /Accessibility in Microsoft Edge
846+
// ============================================================================
847+
// DualEngine
848+
// /DualEngine
849+
// ============================================================================
850+
// Redirects to Legal
851+
// DevTools:
814852
{
815853
"source_path": "microsoft-edge/devtools-guide/devtools-preview_software-license-terms.md",
816854
"redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/devtools-preview_software-license-terms",
@@ -821,7 +859,7 @@ Old redirects (to /archive/)
821859
"redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/microsoft-edge-devtools-license-terms",
822860
"redirect_document_id": false
823861
},
824-
/* Extensions: */
862+
// Extensions:
825863
{
826864
"source_path": "microsoft-edge/extensions/microsoft-browser-extension-policy.md",
827865
"redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/extensions/microsoft-browser-extension-policy",
@@ -837,14 +875,15 @@ Old redirects (to /archive/)
837875
"redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/extensions/developer-policies",
838876
"redirect_document_id": false
839877
},
840-
/* Privacy: */
878+
// Privacy:
841879
{
842880
"source_path": "microsoft-edge/privacy-whitepaper/index.md",
843881
"redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/privacy",
844882
"redirect_document_id": false
845883
},
846-
847-
/* Redirects to MDN: */
884+
// /Redirects to Legal
885+
// ============================================================================
886+
// Redirects to MDN
848887
{
849888
"source_path": "microsoft-edge/dev-guide/css/animations.md",
850889
"redirect_url": "https://developer.mozilla.org/docs/Web/CSS/CSS_Animations/Using_CSS_animations",
@@ -1235,22 +1274,25 @@ Old redirects (to /archive/)
12351274
"redirect_url": "https://developer.mozilla.org/docs/Web/API/Web_Storage_API",
12361275
"redirect_document_id": false
12371276
},
1238-
1239-
/* Redirects to external webpages: */
1277+
// /Redirects to MDN
1278+
// ============================================================================
1279+
// Redirects to external webpages
12401280
{
12411281
"source_path": "microsoft-edge/dev-guide/realtime-communication/object-rtc-api.md",
12421282
"redirect_url": "https://ortc.org",
12431283
"redirect_document_id": false
12441284
},
1245-
1246-
/* WebDriver: "microsoft / edge-selenium-tools" repo: */
1285+
// /Redirects to external webpages
1286+
// ============================================================================
1287+
// WebDriver: "microsoft / edge-selenium-tools" repo
12471288
{
12481289
"source_path": "microsoft-edge/webdriver-chromium/verify-selenium-tools.md",
12491290
"redirect_url": "https://github.com/microsoft/edge-selenium-tools/wiki/using-gpg-to-verify-selenium-tools-for-microsoft-edge-releases",
12501291
"redirect_document_id": false
12511292
},
1252-
1253-
/* Archived EdgeHTML content: */
1293+
// /WebDriver: "microsoft / edge-selenium-tools" repo
1294+
// ============================================================================
1295+
// Archived EdgeHTML content
12541296
{
12551297
"source_path": "microsoft-edge/edgehtml/dev-guide/browser-features",
12561298
"redirect_url": "/archive/microsoft-edge/legacy/developer",
@@ -2601,8 +2643,9 @@ Old redirects (to /archive/)
26012643
"redirect_url": "/archive/microsoft-edge/legacy/developer",
26022644
"redirect_document_id": false
26032645
},
2604-
2605-
/* Old redirects (to /archive/): */
2646+
// /Archived EdgeHTML content
2647+
// ============================================================================
2648+
// Old redirects (to /archive/)
26062649
{
26072650
"source_path": "microsoft-edge/dev-guide.md",
26082651
"redirect_url": "/archive/microsoft-edge/legacy/developer",
@@ -4248,5 +4291,6 @@ Old redirects (to /archive/)
42484291
"redirect_url": "/archive/microsoft-edge/legacy/developer",
42494292
"redirect_document_id": false
42504293
}
4294+
// /Old redirects (to /archive/)
42514295
]
4252-
}
4296+
}

microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Extensions that aren't loaded from the Edge Add-ons store are referred to as _ex
2828
These approaches are described below.
2929

3030
See also:
31-
* [Set an externally installed extension to automatically update](../publish/auto-update.md)
31+
* [Set an externally installed extension to automatically update](../update/auto-update.md)
3232

3333

3434
<!-- ====================================================================== -->
@@ -154,7 +154,7 @@ To update your extension to a new version, update the `version` string in the ex
154154
You may need to uninstall externally installed extensions, which were installed as part of a bundle of software that was previously installed on the machine. To uninstall your extension, remove your preferences JSON file or remove the key from the registry.
155155

156156
See also:
157-
* [Set an externally installed extension to automatically update](../publish/auto-update.md)
157+
* [Set an externally installed extension to automatically update](../update/auto-update.md)
158158
* [Manifest file format for extensions](../getting-started/manifest-format.md)
159159

160160

@@ -170,7 +170,7 @@ If the `BlockExternalExtensions` policy is set to `Not Configured` or `Disabled`
170170
## See also
171171
<!-- all links in article -->
172172

173-
* [Set an externally installed extension to automatically update](../publish/auto-update.md)
173+
* [Set an externally installed extension to automatically update](../update/auto-update.md)
174174
* [Manifest file format for extensions](../getting-started/manifest-format.md)
175175

176176
Microsoft Edge Enterprise docs:

microsoft-edge/extensions-chromium/developer-guide/api-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ This work is licensed under a [Creative Commons Attribution 4.0 International Li
133133

134134
* [Chrome Extensions API reference for Manifest V2](https://developer.chrome.com/docs/extensions/mv2/reference/)
135135
* [Chrome Extensions API reference for Manifest V3](https://developer.chrome.com/docs/extensions/reference/api/)
136-
* [Using the REST API for updating Microsoft Edge Add-ons](../publish/api/using-addons-api.md) - to update an extension at the Microsoft Edge Add-ons website.
136+
* [Using the REST API for updating Microsoft Edge Add-ons](../update/api/using-addons-api.md) - to update an extension at the Microsoft Edge Add-ons website.

0 commit comments

Comments
 (0)