From 3081ce252868c0d14e285fc562a4a579880b8537 Mon Sep 17 00:00:00 2001 From: mohammaddamirchi Date: Wed, 15 Apr 2026 14:34:53 +0330 Subject: [PATCH] refactor(wxt.config): remove redundant metadata and aliases remove manual aliases since WXT handles them automatically remove description, name, and version fields from wxt.config as they are now sourced from package.json by WXT --- package.json | 5 +++-- wxt.config.ts | 16 ---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index b25477a7..ce82f3e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "widgetify-webapp", + "name": "Widgetify", + "description": "Transform your new tab into a smart dashboard with Widgetify! Get currency rates, crypto prices, weather & more.", "private": true, - "version": "1.0.0", + "version": "1.0.83", "type": "module", "scripts": { "dev": "wxt", diff --git a/wxt.config.ts b/wxt.config.ts index f434b08e..d5477709 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -30,28 +30,12 @@ export default defineConfig({ assetsInlineLimit: 4096, }, }) as any, - alias: { - '@/common': './src/common', - '@/analytics': './src/analytics', - '@/services': './src/services', - '@/components': './src/components', - '@/context': './src/context', - '@/hooks': './src/hooks', - '@/utils': './src/utils', - '@/layouts': './src/layouts', - '@/pages': './src/pages', - '@/assets': './src/assets', - }, modules: [ '@wxt-dev/webextension-polyfill', '@wxt-dev/auto-icons', '@wxt-dev/module-react', ], manifest: { - version: '1.0.83', - name: 'Widgetify', - description: - 'Transform your new tab into a smart dashboard with Widgetify! Get currency rates, crypto prices, weather & more.', permissions: ['storage', 'search'], optional_permissions: ['tabs', 'tabGroups', 'bookmarks', 'identity'], browser_specific_settings: {