Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

manifest.json 472B

123456789101112131415161718192021
  1. {
  2. "name": "My App",
  3. "short_name":"My Ap",
  4. "description": "Description of your app from template",
  5. "start_url": "index.html",
  6. "scope":"index.html",
  7. "icons": [{
  8. "src": "img/logo.png",
  9. "sizes": "192x192",
  10. "type": "image/png"
  11. }, {
  12. "src": "img/splash.png",
  13. "sizes": "512x512",
  14. "type": "image/png"
  15. }],
  16. "default_locale": "en",
  17. "display": "standalone",
  18. "background_color":"#FFF",
  19. "theme_color":"#000",
  20. "orientation": "landscape"
  21. }