Skip to content

Commit 8db1510

Browse files
committed
Update documentation
1 parent 6c573ca commit 8db1510

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/FUNDING.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [scriptex]
14
patreon: atanas
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: scriptex
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: scriptex
10+
issuehunt: scriptex
11+
otechie: # Replace with a single Otechie username
12+
custom: ['paypal.me/scriptex']

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ After that, add references to all icons which were generated by `create-pwa`:
138138

139139
For more info about the favicons and meta tags below see [here](https://github.com/audreyr/favicon-cheat-sheet).
140140

141+
<details>
142+
<summary>View favicons and meta tags</summary>
143+
141144
```html
142145
<!-- All Apple touch icons for iPad, iPhone, iPod -->
143146
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png" />
@@ -177,8 +180,13 @@ For more info about the favicons and meta tags below see [here](https://github.c
177180
<meta name="msapplication-config" content="config.xml" />
178181
```
179182

183+
</details>
184+
180185
4. (Optional) Add the following launch screens in the `head` of your HTML file(s):
181186

187+
<details>
188+
<summary>View launch screens</summary>
189+
182190
```html
183191
<!-- 12.9" iPad Pro Portrait -->
184192
<link
@@ -405,6 +413,8 @@ For more info about the favicons and meta tags below see [here](https://github.c
405413
/>
406414
```
407415

416+
</details>
417+
408418
In order to have the launch screens shown on an iOS device you also need to tell the device it is dealing with a web app:
409419

410420
```html
@@ -514,6 +524,7 @@ setServiceWorker(appName);
514524
[![Tweet](https://img.shields.io/badge/Tweet-Share_this_repository-blue.svg?style=flat-square&logo=twitter&color=38A1F3)](https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20software%20project%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex%2Fcreate-pwa&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome)
515525
[![Donate](https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?style=flat-square&logo=paypal&color=222d65)](https://www.paypal.me/scriptex)
516526
[![Become a Patron](https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?style=flat-square&logo=patreon&color=e64413)](https://www.patreon.com/atanas)
527+
[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi)](https://ko-fi.com/scriptex)
517528

518529
## LICENSE
519530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-pwa",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Easily create a progressive web app",
55
"scripts": {
66
"pwa": "src/index.js --icon=\"./icon.png\" --launch=\"./launch.png\" --icons=false --app-cache=false --manifest=false --favicons=false --service-worker=false --launch-screens=false",

0 commit comments

Comments
 (0)