Created
November 29, 2016 22:06
-
-
Save tomfa/0dabc8f36ae5c9e10ee48c40f5e17a56 to your computer and use it in GitHub Desktop.
Example manifest.json for webapp
This file contains 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": "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