diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d9500e1..42f98c3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,12 @@ +# These are supported funding model platforms + +github: [scriptex] patreon: atanas +open_collective: # Replace with a single Open Collective username +ko_fi: scriptex +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: scriptex +issuehunt: scriptex +otechie: # Replace with a single Otechie username +custom: ['paypal.me/scriptex'] diff --git a/README.md b/README.md index 6d9e989..3901872 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ After that, add references to all icons which were generated by `create-pwa`: For more info about the favicons and meta tags below see [here](https://github.com/audreyr/favicon-cheat-sheet). +
+ View favicons and meta tags + ```html @@ -177,8 +180,13 @@ For more info about the favicons and meta tags below see [here](https://github.c ``` +
+ 4. (Optional) Add the following launch screens in the `head` of your HTML file(s): +
+ View launch screens + ```html ``` +
+ 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: ```html @@ -514,6 +524,7 @@ setServiceWorker(appName); [![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) [![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) [![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) +[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi)](https://ko-fi.com/scriptex) ## LICENSE diff --git a/package.json b/package.json index 3dc192d..652e171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-pwa", - "version": "2.3.0", + "version": "2.3.1", "description": "Easily create a progressive web app", "scripts": { "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",