12345678910111213141516171819202122232425 |
- {
- "package": "tob.tv.efunbox.com",
- "versioncode": 2100100000,
- "versionname": "1.0.0",
- "use-sdk": "yunos_webos_v1.0",
- "label": "@title",
- "icon": "res/img/icon.png",
- "developer": "efunbox",
- "permissions": [],
- "use-permissions": [
- {"name": "INTERNET.permission.yunos.com"}
- ],
- "stages": {
- "index": {
- "description": "This is main stage.",
- "entry": "stage/index/index.html",
- "type": "web",
- "category": [
- "yunos.category.main"
- ],
- "require-permissions": [],
- "background-color": "#ffffffff"
- }
- }
- }
|