config 546 B

123456789101112131415161718192021222324
  1. {
  2. "Demo.js": {
  3. "com.mycompany.app.Instance": {
  4. "type":"app",
  5. "version": "0.0.1",
  6. "desc": "测试App描述",
  7. "icon": "icons/MyIcon_{0}.png",
  8. "title": "测试App",
  9. "texts": "texts",
  10. "allowMultiInstance": false,
  11. "waterfallLoadTexts": true,
  12. "appWindow": "com.mycompany.app.Demo",
  13. "depend": []
  14. },
  15. "com.mycompany.app.Demo": {
  16. "type": "lib",
  17. "title": "Web浏览器",
  18. "icon": "icons/MyIcon_{0}.png",
  19. "texts": "texts",
  20. "depend": [
  21. ]
  22. }
  23. }
  24. }