Skip to content

Commit

Permalink
feat(fonts): introduce custom font settings #22
Browse files Browse the repository at this point in the history
- Add a new section titled "Font Styles" or simply "Fonts" in the GPThemes customization settings, providing users with extended font customization options.

Changes summary:
- Introduced a dedicated "Font Styles" or "Fonts" section within the GPThemes customization settings, empowering users to personalize various font aspects, such as style, size, and family, to align with their preferences and enhance readability.
  • Loading branch information
itsmartashub committed May 28, 2024
1 parent 8ee595e commit ad5eb26
Show file tree
Hide file tree
Showing 19 changed files with 6,181 additions and 21 deletions.
Binary file added build/dev/chromium-mv3/128.ee4986ae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dev/chromium-mv3/16.cfcaa3f7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dev/chromium-mv3/19.94c32be9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dev/chromium-mv3/32.f6c985db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dev/chromium-mv3/38.465b3cce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dev/chromium-mv3/48.a7e4970f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
614 changes: 614 additions & 0 deletions build/dev/chromium-mv3/autoreload.22c9c2aa.js

Large diffs are not rendered by default.

2,244 changes: 2,244 additions & 0 deletions build/dev/chromium-mv3/content.12730647.js

Large diffs are not rendered by default.

624 changes: 624 additions & 0 deletions build/dev/chromium-mv3/default-bg.5246fffe.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/dev/chromium-mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"manifest_version":3,"version":"3.0.1","name":"GPThemes - ChatGPT Customization","description":"Transform ChatGPT's user interface with customisable accent colours, modern designs and chat bubbles.","author":"itsmarta","homepage_url":"https://github.com/itsmartashub/GPThemes","host_permissions":["https://chat.openai.com/*","https://chatgpt.com/*","https://chat.openai.com/*","https://chatgpt.com/*"],"icons":{"16":"16.cfcaa3f7.png","19":"19.94c32be9.png","32":"32.f6c985db.png","38":"38.465b3cce.png","48":"48.a7e4970f.png","128":"128.ee4986ae.png"},"content_scripts":[{"matches":["https://chat.openai.com/*","https://chatgpt.com/*"],"js":["content.12730647.js","autoreload.22c9c2aa.js"],"css":["sass.2dac1bb6.css"],"run_at":"document_end"}],"permissions":["storage","scripting"],"content_security_policy":{"extension_pages":"script-src 'self' http://localhost:*;object-src 'self';"},"background":{"service_worker":"default-bg.5246fffe.js"}}
Loading

0 comments on commit ad5eb26

Please sign in to comment.