Created
February 10, 2022 02:14
-
-
Save LiorB-D/dabce8d6b8daf6f5f826a8b86f7daed5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name":"Simple PWA Hello World", | |
| "short_name":"PWAHello", | |
| "start_url":"index.html", | |
| "display":"standalone", | |
| "background_color":"#5900b3", | |
| "theme_color":"black", | |
| "scope": ".", | |
| "description":"PWA Basics", | |
| "orientation": "portrait-primary", | |
| "icons":[ | |
| { | |
| "src":"images/h-icon.png", | |
| "sizes":"256x256", | |
| "type":"image/png" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment