Phone battery via navigator.getBattery(), honest "--" when unavailable. Sleep widget enabled with M marker. Omens derived from weather condition: fog/rain/snow/thunder produce advisory text; clear shows empty. All 11 widget types rendered; layout enables all by default. Refs: DESIGN.md §5 widget set complete.
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"name": "nine-hazes-face",
|
|
"author": "Artimidorus",
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["pebble-app"],
|
|
"private": true,
|
|
"dependencies": {},
|
|
"pebble": {
|
|
"displayName": "nine-hazes-face",
|
|
"uuid": "cc8b7604-d956-4c6c-a0be-f33bec671181",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": ["emery"],
|
|
"watchapp": {
|
|
"watchface": true
|
|
},
|
|
"messageKeys": ["taskName", "syncTime", "clockOff", "boundSec", "used",
|
|
"taskCount", "curType", "curRem", "status", "abortCode",
|
|
"pendItems", "pendXp", "dictV", "serverDown", "requestSync",
|
|
"weatherTemp", "weatherHi", "weatherLo", "weatherTs",
|
|
"weatherCond", "phoneBatt"],
|
|
"resources": {
|
|
"media": []
|
|
}
|
|
}
|
|
}
|