This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-ionic/src/manifest.json

14 lines
264 B
JSON
Raw Normal View History

2017-06-06 03:32:48 +00:00
{
"name": "Goober",
"short_name": "Goober",
2017-06-06 03:32:48 +00:00
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "assets/icon.png",
2017-06-06 03:32:48 +00:00
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#4e8ef7",
"theme_color": "#4e8ef7"
}