manifest.json 269 B

12345678910111213
  1. {
  2. "package": "com.abc",
  3. "name": "11",
  4. "versionName": "1.0.0",
  5. "versionCode": 1,
  6. "minPlatformVersion": 1,
  7. "icon": "./QQ截图20200327182009.png",
  8. "orientation": "portrait",
  9. "type": "game",
  10. "config": {
  11. "logLevel": "off"
  12. }
  13. }