diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 0eb1aef0..45d9f0c4 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -18,7 +18,7 @@ import { version as storageVersion } from '../../packages/storage/package.json'; const title = 'Next-gen Web Extension Framework'; const titleSuffix = ' – WXT'; const description = - "WXT provides the best developer experience, making it quick, easy, and fun to develop chrome extensions for all browsers. With built-in utilities for building, zipping, and publishing your extension, it's easy to get started."; + "WXT provides the best developer experience, making it quick, easy, and fun to develop web extensions. With built-in utilities for building, zipping, and publishing your extension, it's easy to get started."; const ogTitle = `${title}${titleSuffix}`; const ogUrl = 'https://wxt.dev'; const ogImage = 'https://wxt.dev/social-preview.png'; diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index f5a1c179..6b490a98 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -9,7 +9,7 @@ Check out the [comparison](/guide/resources/compare) to see how WXT compares to ## Prerequisites -These docs assume you have a basic knowledge of how Chrome extensions are structured and how you access the extension APIs. +These docs assume you have a basic knowledge of how web extensions are structured and how you access the extension APIs. :::warning New to extension development? If you have never written an extension before, follow Chrome's [Hello World tutorial](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world) to first **_create an extension without WXT_**, then come back here. diff --git a/docs/index.md b/docs/index.md index b880af3e..4ad36693 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ title: Next-gen Web Extension Framework hero: name: WXT text: Next-gen Web Extension Framework - tagline: An open source tool that makes Chrome Extension development faster than ever before. + tagline: An open source tool that makes web extension development faster than ever before. image: src: /hero-logo.svg alt: WXT @@ -75,7 +75,7 @@ features: ## Put Developer Experience First -WXT simplifies the chrome extension development process by providing tools for zipping and publishing, the best-in-class dev mode, an opinionated project structure, and more. Iterate faster, develop features not build scripts, and use everything the JS ecosystem has to offer. +WXT simplifies the web extension development process by providing tools for zipping and publishing, the best-in-class dev mode, an opinionated project structure, and more. Iterate faster, develop features not build scripts, and use everything the JS ecosystem has to offer.
@@ -87,7 +87,7 @@ WXT simplifies the chrome extension development process by providing tools for z ## Who's Using WXT? -Battle tested and ready for production. Explore chrome extensions made with WXT. +Battle tested and ready for production. Explore web extensions made with WXT.