diff --git a/package.json b/package.json index 767dceb..8713935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "gpthemes", - "version": "2.0.1", + "displayName": "GPThemes - ChatGPT Restyled", + "version": "2.0.2", "description": "GPThemes is a Chrome extension designed to improve the visual experience of ChatGPT by injecting custom CSS to enhance its theme.", "repository": { "type": "git", @@ -36,7 +37,6 @@ "style chatgpt", "modern themes", "minimalistic", - "chatgpt", "gpthemes", "chrome extension", "ui customization", @@ -55,7 +55,9 @@ "chatgpt enhancement", "css injection", "chrome web store", - "web design makeover" + "web design makeover", + "firefox", + "firefox addons" ], "license": "GPL-3.0", "devDependencies": { diff --git a/src/manifests/chrome/manifest.json b/src/manifests/chrome/manifest.json index 9eeca06..f33871d 100644 --- a/src/manifests/chrome/manifest.json +++ b/src/manifests/chrome/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "2.0.1", + "version": "2.0.2", "name": "GPThemes - ChatGPT Restyled", "description": "Instantly refresh ChatGPT's UI with a modern and enhanced look using custom CSS", "author": "itsmarta", diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json index 716176a..5cf69aa 100644 --- a/src/manifests/firefox-mv2/manifest.json +++ b/src/manifests/firefox-mv2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "2.0.1", + "version": "2.0.2", "name": "GPThemes - ChatGPT Restyled", "description": "Instantly refresh ChatGPT's UI with a modern and enhanced look using custom CSS", "author": "itsmarta",