Skip to content

Commit b7fe1e3

Browse files
author
Michael Hoffman
committed
Specified which version is at demo repo
1 parent fdc6c28 commit b7fe1e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

microsoft-edge/extensions-chromium/getting-started/part1-simple-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
8-
ms.date: 06/15/2022
8+
ms.date: 06/16/2022
99
---
1010
# Create an extension tutorial, part 1
1111

@@ -23,7 +23,7 @@ The goal for this tutorial is to build a Microsoft Edge extension, starting with
2323
<!-- ====================================================================== -->
2424
## Before you begin
2525

26-
To test out the completed extension that you are building in this tutorial, download the [source code](https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/extension-getting-started-part1/part1).<!-- changing master to main doesn't work 5/19/2022 -->
26+
To test out the completed extension that you are building in this tutorial, download the source code from the [MicrosoftEdge-Extensions-Demos repo > extension-getting-started-part1](https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/extension-getting-started-part1/part1).<!-- changing master to main doesn't work 5/19/2022 --> The source code has been updated from Manifest V2 to Manifest V3.
2727

2828

2929
<!-- ====================================================================== -->

microsoft-edge/extensions-chromium/getting-started/part2-content-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
8-
ms.date: 06/15/2022
8+
ms.date: 06/16/2022
99
---
1010
# Create an extension tutorial, part 2
1111

12-
[Completed extension package source for this part](https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/extension-getting-started-part2/extension-getting-started-part2)<!-- changing master to main doesn't work 5/19/2022 -->
12+
To see the completed extension package source for this part of the tutorial, go to [MicrosoftEdge-Extensions-Demos repo > extension-getting-started-part2](https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/extension-getting-started-part2/extension-getting-started-part2).<!-- changing master to main doesn't work 5/19/2022 --> The source code has been updated from Manifest V2 to Manifest V3.
1313

1414

1515
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)