manifest.json 574 B

12345678910111213141516171819202122232425
  1. {
  2. "package": "tob.tv.efunbox.com",
  3. "versioncode": 2100100000,
  4. "versionname": "1.0.0",
  5. "use-sdk": "yunos_webos_v1.0",
  6. "label": "@title",
  7. "icon": "res/img/icon.png",
  8. "developer": "efunbox",
  9. "permissions": [],
  10. "use-permissions": [
  11. {"name": "INTERNET.permission.yunos.com"}
  12. ],
  13. "stages": {
  14. "index": {
  15. "description": "This is main stage.",
  16. "entry": "stage/index/index.html",
  17. "type": "web",
  18. "category": [
  19. "yunos.category.main"
  20. ],
  21. "require-permissions": [],
  22. "background-color": "#ffffffff"
  23. }
  24. }
  25. }