Skip to content

Commit

Permalink
Icon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Mar 3, 2021
1 parent 615dc38 commit 3668f53
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# thbrd-signature
# Signature sync for Gmail, a Thunderbird add-on

<p align="center">
<img src="signature-extension/_img/icons8-signature-64.png" />
</p>

This extension allows you to easily synchronize signature of selected accounts
in Thunderbird with your Gmail accounts. **Syncronization works in one way**,
your local signatures are overridden by Gmail ones.

In order to sync a signature, go to the settings page, enable an account and
connect it with Gmail. Signatures are downloaded on every startup or when you
click in settings.

> **Beta!** This is still a beta version. It can work unstable.
## Run from source

TODO
## Privacy & usage terms

The extension is working just locally on your computer. It doesn't send any data
outside, except of needed requests to Google API. Use it to update your local
signatures from Gmail.

## External sources

This add-on uses some external resources:

- Files from external libraries, which full list you can find in
the license file [\_lib directory](signature-extension/_lib/LICENSE.md)
- Signature icon from [Icon8](https://icons8.com), you can find more in
the license file in [\_img directory](signature-extension/_img/LICENSE.md)

----

This extension is **not** made by Google or Thunderbird team. It's fully unofficial.
5 changes: 5 additions & 0 deletions signature-extension/_img/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Files with name containig "icons8" come from https://icons8.com on free use licence.
See https://icons8.com/license for details

List of the licensed icons:
* https://icons8.com/icons/set/signature Signature icon
Binary file added signature-extension/_img/icons8-signature-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions signature-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "1.0.0",
"author": "Kamil Mankowski",
"description": "Sync your signatures with Gmail accounts",
"icons": {
"64": "_img/icons8-signature-64.png"
},
"applications": {
"gecko": {
"id": "[email protected]",
Expand Down

0 comments on commit 3668f53

Please sign in to comment.