Skip to content

Instantly share code, notes, and snippets.

@LiorB-D
Created February 10, 2022 02:14
Show Gist options
  • Select an option

  • Save LiorB-D/dabce8d6b8daf6f5f826a8b86f7daed5 to your computer and use it in GitHub Desktop.

Select an option

Save LiorB-D/dabce8d6b8daf6f5f826a8b86f7daed5 to your computer and use it in GitHub Desktop.
{
"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