Tutorials from Pebble developer website
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.

54 lines
1.2 KiB

  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": ["aplite", "basalt"],
  9. "watchapp": {
  10. "watchface": true
  11. },
  12. "appKeys": {
  13. "dummy": 0
  14. },
  15. "capabilities":
  16. [ "location" ],
  17. "appKeys": {
  18. "KEY_TEMPERATURE": 0,
  19. "KEY_CONDITIONS": 1
  20. },
  21. "resources": {
  22. "media": [
  23. {
  24. "type": "font",
  25. "name": "FONT_PERFECT_DOS_16",
  26. "file": "fonts/perfect-dos-vga.ttf",
  27. "compatibility":"2.7"
  28. },
  29. {
  30. "type": "font",
  31. "name": "FONT_PERFECT_DOS_20",
  32. "file": "fonts/perfect-dos-vga.ttf",
  33. "compatibility":"2.7"
  34. },
  35. {
  36. "type": "font",
  37. "name": "FONT_PERFECT_DOS_24",
  38. "file": "fonts/perfect-dos-vga.ttf",
  39. "compatibility":"2.7"
  40. },
  41. {
  42. "type": "font",
  43. "name": "FONT_PERFECT_DOS_48",
  44. "file": "fonts/perfect-dos-vga.ttf",
  45. "compatibility":"2.7"
  46. },
  47. {
  48. "type": "png",
  49. "name": "TUTORIAL_BACKGROUND",
  50. "file": "images/background.png"
  51. }
  52. ]
  53. }
  54. }