Skip to content

Commit 8f01802

Browse files
committed
2 parents 439dfa7 + f63480c commit 8f01802

File tree

4 files changed

+82
-30
lines changed

4 files changed

+82
-30
lines changed

.all-contributorsrc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "johnborges",
10+
"name": "John Borges",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1888122?v=4",
12+
"profile": "http://johnborg.es",
13+
"contributions": [
14+
"code"
15+
]
16+
},
17+
{
18+
"login": "saimon24",
19+
"name": "Simon Grimm",
20+
"avatar_url": "https://avatars.githubusercontent.com/u/2514208?v=4",
21+
"profile": "http://www.devdactic.com",
22+
"contributions": [
23+
"code"
24+
]
25+
}
26+
],
27+
"contributorsPerLine": 7,
28+
"projectName": "app-icon",
29+
"projectOwner": "capacitor-community",
30+
"repoType": "github",
31+
"repoHost": "https://github.com",
32+
"skipCi": true
33+
}

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
</p>
77

88
<p align="center">
9-
<img src="https://img.shields.io/maintenance/yes/2021?style=flat-square" />
9+
<img src="https://img.shields.io/maintenance/yes/2022?style=flat-square" />
1010
<a href="https://www.npmjs.com/package/@capacitor-community/app-icon"><img src="https://img.shields.io/npm/l/@capacitor-community/app-icon?style=flat-square" /></a>
1111
<br>
1212
<a href="https://www.npmjs.com/package/@capacitor-community/app-icon"><img src="https://img.shields.io/npm/dw/@capacitor-community/app-icon?style=flat-square" /></a>
1313
<a href="https://www.npmjs.com/package/@capacitor-community/app-icon"><img src="https://img.shields.io/npm/v/@capacitor-community/app-icon?style=flat-square" /></a>
14-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
15-
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-0-orange?style=flat-square" /></a>
16-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
14+
<a href="https://www.npmjs.com/package/@capacitor-community/app-icon"><img src="https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square" /></a>
1715
</p>
1816

1917
<p align="center"><img src="https://github.com/capacitor-community/app-icon/blob/main/media/appicon_demo.gif" width="373px" height="688px" /></p>
@@ -169,3 +167,24 @@ Represents the options passed to `reset`.
169167
| Prop | Type | Description | Since |
170168
| ----------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----- |
171169
| **`suppressNotification`** | <code>boolean</code> | Flag controlling the in app notification which shows after icon is changed. | 1.0.0 |
170+
171+
## Contributors ✨
172+
173+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
174+
175+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
176+
<!-- prettier-ignore-start -->
177+
<!-- markdownlint-disable -->
178+
<table>
179+
<tr>
180+
<td align="center"><a href="http://johnborg.es"><img src="https://avatars.githubusercontent.com/u/1888122?v=4?s=100" width="100px;" alt=""/><br /><sub><b>John Borges</b></sub></a><br /><a href="https://github.com/capacitor-community/app-icon/commits?author=johnborges" title="Code">💻</a></td>
181+
<td align="center"><a href="http://www.devdactic.com"><img src="https://avatars.githubusercontent.com/u/2514208?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Simon Grimm</b></sub></a><br /><a href="https://github.com/capacitor-community/app-icon/commits?author=saimon24" title="Code">💻</a></td>
182+
</tr>
183+
</table>
184+
185+
<!-- markdownlint-restore -->
186+
<!-- prettier-ignore-end -->
187+
188+
<!-- ALL-CONTRIBUTORS-LIST:END -->
189+
190+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

example/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)