Skip to content

Commit 59c4f63

Browse files
committed
Give the six devtools templates their What to expect videos
1 parent e1d0afc commit 59c4f63

6 files changed

Lines changed: 46 additions & 12 deletions

File tree

examples/devtools-preact/template.meta.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"title": "Devtools panel Preact",
33
"featured": false,
4-
"tags": ["devtools", "panel", "preact", "typescript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"preact",
8+
"typescript"
9+
],
510
"difficulty": "beginner",
611
"timeToFirstSuccessMinutes": 3,
712
"firstSteps": [
@@ -14,5 +19,6 @@
1419
"Inspecting the current page from inside the developer tools",
1520
"Starting point for Preact debugging tools built as browser extensions"
1621
],
17-
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json"
22+
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json",
23+
"video": "BOEOpZMKDGQ"
1824
}

examples/devtools-react/template.meta.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"title": "React devtools panel",
33
"featured": false,
4-
"tags": ["devtools", "panel", "react", "typescript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"react",
8+
"typescript"
9+
],
510
"difficulty": "beginner",
611
"timeToFirstSuccessMinutes": 3,
712
"firstSteps": [
@@ -14,5 +19,6 @@
1419
"Inspecting the current page from inside the developer tools",
1520
"Starting point for debugging tools built as browser extensions"
1621
],
17-
"docsUrl": "https://extension.js.org/docs/languages-and-frameworks/react"
22+
"docsUrl": "https://extension.js.org/docs/languages-and-frameworks/react",
23+
"video": "wvY27g9jJ88"
1824
}

examples/devtools-svelte/template.meta.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"title": "Devtools panel with Svelte",
33
"featured": false,
4-
"tags": ["devtools", "panel", "svelte", "typescript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"svelte",
8+
"typescript"
9+
],
510
"difficulty": "beginner",
611
"timeToFirstSuccessMinutes": 3,
712
"firstSteps": [
@@ -14,5 +19,6 @@
1419
"Inspecting the current page from inside the developer tools",
1520
"Starting point for debugging tools built as browser extensions"
1621
],
17-
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json"
22+
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json",
23+
"video": "WezOojQXpws"
1824
}

examples/devtools-typescript/template.meta.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"title": "Devtools panel (TypeScript)",
33
"featured": false,
4-
"tags": ["devtools", "panel", "typescript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"typescript"
8+
],
59
"difficulty": "beginner",
610
"timeToFirstSuccessMinutes": 3,
711
"firstSteps": [
@@ -14,5 +18,6 @@
1418
"Inspecting the current page from inside the developer tools",
1519
"Starting point for debugging tools built as browser extensions"
1620
],
17-
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json"
21+
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json",
22+
"video": "F3KrwvfBNbw"
1823
}

examples/devtools-vue/template.meta.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"title": "Devtools panel with Vue",
33
"featured": false,
4-
"tags": ["devtools", "panel", "vue", "typescript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"vue",
8+
"typescript"
9+
],
510
"difficulty": "beginner",
611
"timeToFirstSuccessMinutes": 3,
712
"firstSteps": [
@@ -14,5 +19,6 @@
1419
"Inspecting the current page from inside the developer tools",
1520
"Starting point for debugging tools built as browser extensions"
1621
],
17-
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json"
22+
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json",
23+
"video": "LpY6RVgBsEM"
1824
}

examples/devtools/template.meta.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"title": "Devtools panel",
33
"featured": false,
4-
"tags": ["devtools", "panel", "javascript"],
4+
"tags": [
5+
"devtools",
6+
"panel",
7+
"javascript"
8+
],
59
"difficulty": "beginner",
610
"timeToFirstSuccessMinutes": 3,
711
"firstSteps": [
@@ -14,5 +18,6 @@
1418
"Inspecting the current page from inside the developer tools",
1519
"Starting point for debugging tools built as browser extensions"
1620
],
17-
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json"
21+
"docsUrl": "https://extension.js.org/docs/implementation-guide/manifest-json",
22+
"video": "jf6wxttBfek"
1823
}

0 commit comments

Comments
 (0)