manifest.json 266 B

12345678910111213
  1. {
  2. "name": "Ionic",
  3. "short_name": "Ionic",
  4. "start_url": "index.html",
  5. "display": "standalone",
  6. "icons": [{
  7. "src": "assets/imgs/logo.png",
  8. "sizes": "512x512",
  9. "type": "image/png"
  10. }],
  11. "background_color": "#4e8ef7",
  12. "theme_color": "#4e8ef7"
  13. }