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: {