123456789101112131415161718192021222324 |
- {
- "Demo.js": {
- "com.mycompany.app.Instance": {
- "type":"app",
- "version": "0.0.1",
- "desc": "测试App描述",
- "icon": "icons/MyIcon_{0}.png",
- "title": "测试App",
- "texts": "texts",
- "allowMultiInstance": false,
- "waterfallLoadTexts": true,
- "appWindow": "com.mycompany.app.Demo",
- "depend": []
- },
- "com.mycompany.app.Demo": {
- "type": "lib",
- "title": "Web浏览器",
- "icon": "icons/MyIcon_{0}.png",
- "texts": "texts",
- "depend": [
- ]
- }
- }
- }
|