app.json 584 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "app": {
  3. "appId": 85859,
  4. "appName": "Vibrant Rewrite",
  5. "appType": "watchface",
  6. "description": "",
  7. "icon": "preview.png",
  8. "vender": "melianmiko",
  9. "version": {
  10. "code": 1,
  11. "name": "1.0"
  12. }
  13. },
  14. "configVersion": "v2",
  15. "module": {
  16. "watchface": {
  17. "editable": 1,
  18. "hightCost": 0,
  19. "lockscreen": 1,
  20. "main": 1,
  21. "path": "watchface/index"
  22. }
  23. },
  24. "permissions": [
  25. "gps"
  26. ],
  27. "runtime": {
  28. "apiVersion": {
  29. "compatible": "1.0.0",
  30. "minVersion": "1.0.0",
  31. "target": "1.0.1"
  32. }
  33. }
  34. }