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

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