diff --git a/README.md b/README.md
index 3124e655..ead1050e 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Say thanks!
## How Small?
-| 542 Bytes SVG | 2,956 Bytes PNG | 433 Bytes SVG | 3,373 Bytes PNG | 250 Bytes SVG | 3,145 Bytes PNG |
+| 542 Bytes SVG | 1,309 Bytes PNG | 433 Bytes SVG | 1,246 Bytes PNG | 250 Bytes SVG | 1,243 Bytes PNG |
|------ |----------- |------ |---------- |------ |----------- |
|
|
|
|
|
|
|
@@ -19,7 +19,7 @@ Say thanks!
flickr
 250 Bytes |
-Facebook
 283 Bytes |
+Facebook
 312 Bytes |
Tumblr
 422 Bytes |
Twitter
 433 Bytes |
LinkedIn
 370 Bytes |
@@ -152,6 +152,8 @@ Say thanks!
Heroku
 453 Bytes |
+Research Gate
 914 Bytes |
+OpenCores
 310 Bytes |
@@ -178,6 +180,7 @@ Say thanks!
Samsung Internet
 384 Bytes |
Edge
 646 Bytes |
Opera
 722 Bytes |
+Safari
 1019 Bytes |
@@ -320,7 +323,6 @@ I'd *love* you to submit something 😸 The rules are simple, your icon must:
* be **under** 1024 bytes. That is, the maximum file size is 1023 bytes. No arguments.
* fit inside a circle with radius 256 pixels. Set `rx="50%"` to check.
-* have solid colours. No gradients or fades.
* represent a popular service's current logo.
### Template
@@ -385,6 +387,36 @@ import logo from 'super-tiny-icons/images/svg/github.svg';
The demo repository bootstrapped with `create-react-app`: [create-react-app-super-tiny-icons](https://github.com/limonte/create-react-app-super-tiny-icons)
+## Contributors
+
+### Code Contributors
+
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
+
+
+### Financial Contributors
+
+Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/SuperTinyIcons/contribute)]
+
+#### Individuals
+
+
+
+#### Organizations
+
+Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/SuperTinyIcons/contribute)]
+
+
+
+
+
+
+
+
+
+
+
+
## Licenses
The majority of these vector logos are based on someone else's work.
diff --git a/images/png/flickr.png b/images/png/flickr.png
index b14f111d..40aa4c88 100644
Binary files a/images/png/flickr.png and b/images/png/flickr.png differ
diff --git a/images/png/github.png b/images/png/github.png
index c5ff6f88..6723d81a 100644
Binary files a/images/png/github.png and b/images/png/github.png differ
diff --git a/images/png/twitter.png b/images/png/twitter.png
index 5f92b799..1e93042d 100644
Binary files a/images/png/twitter.png and b/images/png/twitter.png differ
diff --git a/images/reference/Safari_browser_logo.svg b/images/reference/Safari_browser_logo.svg
new file mode 100644
index 00000000..5f134765
--- /dev/null
+++ b/images/reference/Safari_browser_logo.svg
@@ -0,0 +1,240 @@
+
+
+
+
diff --git a/images/reference/facebook.svg b/images/reference/facebook.svg
index cb6a7326..d67777f6 100644
--- a/images/reference/facebook.svg
+++ b/images/reference/facebook.svg
@@ -1,92 +1,16 @@
-
-
-
-
\ No newline at end of file
+fill="#1877f2"/>
diff --git a/images/svg/opencores.svg b/images/svg/opencores.svg
new file mode 100644
index 00000000..c6363b07
--- /dev/null
+++ b/images/svg/opencores.svg
@@ -0,0 +1,6 @@
+
diff --git a/images/svg/researchgate.svg b/images/svg/researchgate.svg
new file mode 100644
index 00000000..4d10aed2
--- /dev/null
+++ b/images/svg/researchgate.svg
@@ -0,0 +1,6 @@
+
diff --git a/images/svg/safari.svg b/images/svg/safari.svg
new file mode 100644
index 00000000..32b5acc3
--- /dev/null
+++ b/images/svg/safari.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 7f0758a0..b440ba76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "super-tiny-icons",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
"homepage": "https://github.com/edent/SuperTinyIcons/",
"license": "MIT",
@@ -19,6 +19,24 @@
"url": "https://shkspr.mobi/blog/"
},
"keywords": [
- "icons", "svg", "iconset", "logo", "logos", "twitter", "facebook", "svg", "flattr"
- ]
+ "icons",
+ "svg",
+ "iconset",
+ "logo",
+ "logos",
+ "twitter",
+ "facebook",
+ "svg",
+ "flattr"
+ ],
+ "dependencies": {
+ "opencollective-postinstall": "^2.0.2"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/SuperTinyIcons"
+ },
+ "scripts": {
+ "postinstall": "opencollective-postinstall || true"
+ }
}