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

manifest.json 332B

1234567891011
  1. {
  2. "background_color": "#FFF",
  3. "display": "standalone",
  4. "name": "HelloCordova",
  5. "short_name": "HelloCordova",
  6. "version": "io.cordova.hellocordova",
  7. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  8. "author": "Apache Cordova Team",
  9. "icons": [],
  10. "start_url": "index.html"
  11. }