Skip to content

Instantly share code, notes, and snippets.

@EmmanuelObua
Last active August 22, 2022 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmmanuelObua/36e85bc2fffd426f98eeae9b5c77f875 to your computer and use it in GitHub Desktop.
Save EmmanuelObua/36e85bc2fffd426f98eeae9b5c77f875 to your computer and use it in GitHub Desktop.
{
"name": "Laravel Pwa Package Tutorial",
"short_name": "LPT",
"start_url": "/index.php",
"background_color": "#6777ef",
"description": "Tutorial of Laravel Package",
"display": "fullscreen",
"theme_color": "#6777ef",
"icons": [
{
"src": "logo.PNG",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment