feat: 修改config使其能够提交到Chrome
This commit is contained in:
@@ -4,6 +4,9 @@ import { defineConfig } from 'wxt';
|
||||
export default defineConfig({
|
||||
browser: "firefox",
|
||||
manifest: {
|
||||
name: "Picture Collector",
|
||||
description : "",
|
||||
version: "0.0.1",
|
||||
permissions: ['storage', 'downloads'],
|
||||
browser_specific_settings: {
|
||||
gecko: {
|
||||
|
||||
Reference in New Issue
Block a user