Skip to content

Commit

Permalink
chore(manifests): update manifests in preparation for the new release
Browse files Browse the repository at this point in the history
- Updated manifests to ensure compatibility and readiness for the upcoming release.

Changes summary:
- Updated manifests to align with requirements and prepare for the impending release.
  • Loading branch information
itsmartashub committed Feb 16, 2024
1 parent f9d49ff commit 8ec0d18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -36,7 +37,6 @@
"style chatgpt",
"modern themes",
"minimalistic",
"chatgpt",
"gpthemes",
"chrome extension",
"ui customization",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox-mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8ec0d18

Please sign in to comment.