manifest.json 208 B

123456789101112
  1. {
  2. "name": "My Ionic App",
  3. "short_name": "My Ionic App",
  4. "start_url": "index.html",
  5. "display": "standalone",
  6. "icons": [{
  7. "src": "icon.png",
  8. "sizes": "512x512",
  9. "type": "image/png"
  10. }]
  11. }