manifest.json 308 B

1234567891011
  1. {
  2. "background_color": "#FFF",
  3. "display": "standalone",
  4. "name": "myApp",
  5. "short_name": "myApp",
  6. "version": "me.yoqi.myapp",
  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. }