diff --git a/package-lock.json b/package-lock.json index 8512cc8..ea7ff60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bing-chat-for-all-browsers", - "version": "1.0.2", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bing-chat-for-all-browsers", - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "dependencies": { "react": "^17.0.1", diff --git a/package.json b/package.json index d2c3912..7c3e627 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "bing-chat-for-all-browsers", - "version": "1.0.3", + "version": "1.0.4", "description": "bing-chat-for-all-browsers", "main": "index.js", "scripts": { "watch": "webpack --config webpack/webpack.dev.js --watch", - "build": "$npm_execpath run clean && webpack --config webpack/webpack.chrome.js & webpack --config webpack/webpack.firefox.js", + "build": "$npm_execpath run clean && webpack --config webpack/webpack.chrome.js && webpack --config webpack/webpack.firefox.js", "clean": "rimraf release", "test": "npx jest", "style": "prettier --write \"**/*.{ts,tsx,json,js,jsx,css,scss,html,md}\"", diff --git a/public/chrome.json b/public/chrome.json index 037fbb0..2af7414 100644 --- a/public/chrome.json +++ b/public/chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Bing Chat for All Browsers", "description": "Bing Chat for All Browsers", - "version": "1.0.3", + "version": "1.0.4", "icons": { "16": "icon16.png", "32": "icon32.png", diff --git a/public/firefox.json b/public/firefox.json index e90cb73..eedeba6 100644 --- a/public/firefox.json +++ b/public/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Bing Chat for All Browsers", "description": "Bing Chat for All Browsers", - "version": "1.0.3", + "version": "1.0.4", "background": { "scripts": ["js/background.js"] }, diff --git a/release/chrome.zip b/release/chrome.zip index df21335..990a459 100644 Binary files a/release/chrome.zip and b/release/chrome.zip differ diff --git a/release/firefox.zip b/release/firefox.zip index d38b84b..e1abc24 100644 Binary files a/release/firefox.zip and b/release/firefox.zip differ diff --git a/src/popup.tsx b/src/popup.tsx index a0dda35..6262888 100644 --- a/src/popup.tsx +++ b/src/popup.tsx @@ -7,10 +7,12 @@ const Popup = () => { return ( <> { + chrome.tabs.create({ + url: 'https://bing.com/chat', + }) + }} >