1
0
mirror of https://github.com/malumantovanelli/econocart.git synced 2024-06-26 04:40:16 +00:00
econocart/src/manifest.json
Yago Souza Santos 1db5df3b35 Commit 001
Started ionic project, include the models to project.
2017-04-03 17:33:18 -03:00

13 lines
266 B
JSON

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