Skip to content

Instantly share code, notes, and snippets.

@tomfa
Created November 29, 2016 22:06
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 tomfa/0dabc8f36ae5c9e10ee48c40f5e17a56 to your computer and use it in GitHub Desktop.
Save tomfa/0dabc8f36ae5c9e10ee48c40f5e17a56 to your computer and use it in GitHub Desktop.
Example manifest.json for webapp
{
"name": "My Dutytime app",
"short_name": "Dutytime",
"start_url": ".",
"display": "standalone",
"background_color": "#9c8778",
"orientation": "portrait",
"description": "A simple app for making your home cleaner, and your room mates happier.",
"icons": [
{
"src": "cleaner.png",
"sizes": "192x192"
},
{
"src": "cleaner.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256"
}
],
"related_applications": [
{
"platform": "web"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment