flutter app untuk unitstock
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

24 righe
610 B

  1. {
  2. "name": "location_example",
  3. "short_name": "location_example",
  4. "start_url": ".",
  5. "display": "minimal-ui",
  6. "background_color": "#0175C2",
  7. "theme_color": "#0175C2",
  8. "description": "Demonstrates how to use the location plugin.",
  9. "orientation": "portrait-primary",
  10. "prefer_related_applications": false,
  11. "icons": [
  12. {
  13. "src": "icons/Icon-192.png",
  14. "sizes": "192x192",
  15. "type": "image/png"
  16. },
  17. {
  18. "src": "icons/Icon-512.png",
  19. "sizes": "512x512",
  20. "type": "image/png"
  21. }
  22. ]
  23. }