Skip to content

Commit

Permalink
Clean up layout and clarify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Raheem committed May 12, 2023
1 parent d4eaaab commit 6df6596
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ zip -r ../aify.xpi *
- [LOW] Model selection should be selectable from the context menu.
- [MOD] Make it so any API could be used.
- [HIGH] Styling and UX improvements.
- [LOW] Mask API key in settings once saved.

## Privacy and Data Retention

Expand Down
Binary file modified aify.xpi
100644 → 100755
Binary file not shown.
Empty file modified plugin/background.js
100644 → 100755
Empty file.
Empty file modified plugin/content_scripts/compose.js
100644 → 100755
Empty file.
Empty file modified plugin/html/actions.css
100644 → 100755
Empty file.
Empty file modified plugin/html/actions.html
100644 → 100755
Empty file.
Empty file modified plugin/html/actions.js
100644 → 100755
Empty file.
Empty file modified plugin/html/draft.html
100644 → 100755
Empty file.
Empty file modified plugin/html/draft.js
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion plugin/html/settings.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ select,
textarea {
width: 100%;
padding: 12px;
// margin-top: 6px
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
Expand Down
Empty file modified plugin/html/settings.html
100644 → 100755
Empty file.
Empty file modified plugin/html/settings.js
100644 → 100755
Empty file.
Empty file modified plugin/images/icon-16px.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified plugin/images/icon-32px.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified plugin/images/icon-64px.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin/manifest.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Aify",
"version": "1.2",
"version": "1.3",
"description": "A Thunderbird plugin to rewrite text based on user-selected actions using OpenAI's API.",
"author": "Ali Raheem",
"browser_specific_settings": {
Expand Down

0 comments on commit 6df6596

Please sign in to comment.