You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
208 B

  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. }