Ionic + React accounts android app and PWA
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

22 Zeilen
438 B

  1. {
  2. "short_name": "Ionic App",
  3. "name": "My Ionic App",
  4. "icons": [
  5. {
  6. "src": "assets/icon/favicon.png",
  7. "sizes": "64x64 32x32 24x24 16x16",
  8. "type": "image/x-icon"
  9. },
  10. {
  11. "src": "assets/icon/icon.png",
  12. "type": "image/png",
  13. "sizes": "512x512",
  14. "purpose": "maskable"
  15. }
  16. ],
  17. "start_url": ".",
  18. "display": "standalone",
  19. "theme_color": "#ffffff",
  20. "background_color": "#ffffff"
  21. }