app.json 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "app": {
  3. "appId": 87532,
  4. "appIdType": 0,
  5. "appName": "engine",
  6. "appType": "app",
  7. "description": "",
  8. "icon": "icon.png",
  9. "vender": "melianmiko",
  10. "version": {
  11. "code": 1,
  12. "name": "1.0.0"
  13. }
  14. },
  15. "configVersion": "v2",
  16. "debug": false,
  17. "i18n": {},
  18. "module": {
  19. "page": {
  20. "pages": [
  21. "page/index"
  22. ],
  23. "window": {
  24. "backgroundColor": "#eeeeee",
  25. "backgroundTextStyle": "light",
  26. "navigationBarBackgroundColor": "#ffffff",
  27. "navigationBarTextStyle": "black",
  28. "navigationBarTitleText": ""
  29. }
  30. }
  31. },
  32. "permissions": [
  33. "gps"
  34. ],
  35. "runtime": {
  36. "apiVersion": {
  37. "compatible": "1.0.0",
  38. "minVersion": "1.0.0",
  39. "target": "1.0.1"
  40. }
  41. }
  42. }