blob: f6456bbb064060020abcb58d404ed7600895db8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"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"
}
|