docs: Fix manifest typo (#787)

This commit is contained in:
C.C
2024-07-02 20:09:07 +08:00
committed by GitHub
parent 61548a9478
commit 48c2c07557
+1 -1
View File
@@ -25,7 +25,7 @@ Here's an example `wxt.config.ts` file:
import { defineConfig } from 'wxt';
export default defineConfig({
mainfest: {
manifest: {
action: {
default_title: 'Some Title',
},