Created
November 13, 2017 16:34
-
-
Save walbinjr/8492ad535fee6c3fb9f58a7e86f73c4b to your computer and use it in GitHub Desktop.
Medium - manifest service worker
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
{ | |
"short_name": "Time to Go", | |
"name": "Time To Go!", | |
"start_url": "index.html?launcher=true", | |
"icons": [ | |
{ | |
"src": "assets/icon.png", | |
"type": "image/png", | |
"sizes": "128x128" | |
} | |
], | |
"background_color": "#2196F3", | |
"theme_color": "#2196F3", | |
"orientation": "portrait", | |
"display": "standalone" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment