This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexamples.json
60 lines (60 loc) · 1.92 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
{
"name": "React Content Script UI",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/react-content-script-ui#readme"
},
{
"name": "Devtools Setup",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-devtools#readme",
"tags": ["devtools"]
},
{
"name": "I18n",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-i18n#readme",
"tags": ["i18n"]
},
{
"name": "IndexedDB",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-indexed-db#readme"
},
{
"name": "Messaging - Long Lived Connections",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-messaging-long-lived-connections#readme"
},
{
"name": "Messaging - One Time Requests",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-messaging-one-time-requests#readme"
},
{
"name": "Playwright",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-playwright#readme",
"tags": ["testing"]
},
{
"name": "Puppeteer",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-puppeteer#readme",
"tags": ["testing"]
},
{
"name": "TailwindCSS",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-tailwindcss#readme"
},
{
"name": "Vitest",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-vitest#readme",
"tags": ["testing"]
},
{
"name": "Welcome Page",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-welcome-page#readme"
},
{
"name": "Vue I18n",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vue-i18n#readme",
"tags": ["i18n"]
},
{
"name": "Vue Storage Composable",
"url": "https://github.com/wxt-dev/wxt-examples/tree/main/examples/vue-storage-composable#readme"
}
]