You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

9 years ago
  1. {
  2. "uuid": "3c6e0682-a917-4283-a27e-349f2de629fa",
  3. "shortName": "create_a_c_watchface",
  4. "longName": "create_a_c_watchface",
  5. "companyName": "goodcleanfun",
  6. "versionLabel": "1.0",
  7. "sdkVersion": "3",
  8. "targetPlatforms": ["basalt"],
  9. "watchapp": {
  10. "watchface": true
  11. },
  12. "appKeys": {
  13. "KEY_TEMPERATURE": 0,
  14. "KEY_CONDITIONS": 1,
  15. "KEY_ROOM_TEMP": 2
  16. },
  17. "capabilities":
  18. [ "location" ],
  19. "resources": {
  20. "media": [
  21. {
  22. "type": "font",
  23. "name": "FONT_PERFECT_DOS_16",
  24. "file": "fonts/perfect-dos-vga.ttf",
  25. "compatibility":"2.7"
  26. },
  27. {
  28. "type": "font",
  29. "name": "FONT_PERFECT_DOS_20",
  30. "file": "fonts/perfect-dos-vga.ttf",
  31. "compatibility":"2.7"
  32. },
  33. {
  34. "type": "font",
  35. "name": "FONT_PERFECT_DOS_24",
  36. "file": "fonts/perfect-dos-vga.ttf",
  37. "compatibility":"2.7"
  38. },
  39. {
  40. "type": "font",
  41. "name": "FONT_PERFECT_DOS_48",
  42. "file": "fonts/perfect-dos-vga.ttf",
  43. "compatibility":"2.7"
  44. },
  45. {
  46. "type": "png",
  47. "name": "TUTORIAL_BACKGROUND",
  48. "file": "images/background.png"
  49. }
  50. ]
  51. }
  52. }