PK“UG appinfo.json{ "targetPlatforms": [ "aplite" ], "projectType": "native", "name": "day-night-bt", "messageKeys": {}, "companyName": "Louis Jonget", "enableMultiJS": true, "versionLabel": "2.1", "capabilities": [], "sdkVersion": "3", "appKeys": {}, "longName": "Day and Night Earth improved Watchface", "displayName": "Day and Night Earth improved Watchface", "shortName": "Day and Night Earth improved Watchface", "watchapp": { "watchface": true }, "resources": { "media": [ { "menuIcon": true, "type": "png", "targetPlatforms": null, "file": "images/menu_icon.png", "name": "IMAGE_MENU_ICON" }, { "targetPlatforms": null, "type": "pbi", "name": "WORLD_MONO", "file": "images/WORLD_MONO" }, { "targetPlatforms": null, "type": "bitmap", "name": "BT_ko_icon", "file": "images/BT_ko_icon.png" }, { "targetPlatforms": null, "type": "bitmap", "name": "BATTERY", "file": "images/BATTERY" } ] }, "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088" }PKÓUmb}6 pebble-js-app.js/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModules[moduleId].exports; /******/ /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ exports: {}, /******/ id: moduleId, /******/ loaded: false /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.loaded = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(0); /******/ }) /************************************************************************/ /******/ ([ /* 0 */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(1); module.exports = __webpack_require__(2); /***/ }), /* 1 */ /***/ (function(module, exports) { (function(p) { if (!p === undefined) { console.error('Pebble object not found!?'); return; } // Aliases: p.on = p.addEventListener; p.off = p.removeEventListener; // For Android (WebView-based) pkjs, print stacktrace for uncaught errors: if (typeof window !== 'undefined' && window.addEventListener) { window.addEventListener('error', function(event) { if (event.error && event.error.stack) { console.error('' + event.error + '\n' + event.error.stack); } }); } })(Pebble); /***/ }), /* 2 */ /***/ (function(module, exports) { Pebble.addEventListener("ready", function(e) { var time = Math.round((new Date()).getTime() / 1000); Pebble.sendAppMessage({"0": time}); } ); /***/ }) /******/ ]); //# sourceMappingURL=pebble-js-app.js.mapPKÓUϋ pebble-js-app.js.map{"version":3,"sources":["webpack/bootstrap f9b551fc0b6ceb31e489","/home/louis/.pebble-sdk/SDKs/4.3/sdk-core/pebble/common/include/_pkjs_shared_additions.js","./src/pkjs/app.js"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;;;;;;;;;ACtCA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAK;AACL;;AAEA,EAAC;;;;;;;ACnBD;AACA;AACA;AACA,4BAA2B,UAAU;AACrC;AACA","file":"pebble-js-app.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap f9b551fc0b6ceb31e489","(function(p) {\n if (!p === undefined) {\n console.error('Pebble object not found!?');\n return;\n }\n\n // Aliases:\n p.on = p.addEventListener;\n p.off = p.removeEventListener;\n\n // For Android (WebView-based) pkjs, print stacktrace for uncaught errors:\n if (typeof window !== 'undefined' && window.addEventListener) {\n window.addEventListener('error', function(event) {\n if (event.error && event.error.stack) {\n console.error('' + event.error + '\\n' + event.error.stack);\n }\n });\n }\n\n})(Pebble);\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// /home/louis/.pebble-sdk/SDKs/4.3/sdk-core/pebble/common/include/_pkjs_shared_additions.js\n// module id = 1\n// module chunks = 0","Pebble.addEventListener(\"ready\",\r\n function(e) {\r\n var time = Math.round((new Date()).getTime() / 1000);\r\n Pebble.sendAppMessage({\"0\": time});\r\n }\r\n);\r\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/pkjs/app.js\n// module id = 2\n// module chunks = 0"],"sourceRoot":""}PKÓU|aplite/pebble-app.binPBLAPPNn Day and Night Earth improved W..Louis JongetI.z>Aڤ-LecGNU)ᜤ !=rdhDhF`GAC0OAOCT U d\e\OTTUUmB ,D6-0OO1OL1@BaAOO3L3RBcC𧀤  "ACYA  *(L CQqEO ~nӱ I_0O< ODR𚀼O_P PAQA0_L @AAёF  3   2  ! ؿ  ܿA @Q)C0o< 4  @!E0   @)F0!)F04=Nd\e\)ДT FF0! 0_T\@IA(AA0<0EEAApO0d\FFe\ FFP4R5A!0!pG0Od2OOP!pG0Od2EH@BO>BOO1OpCO`QpGOpG0O`tE!A PpG0O PpG0E@BaAOd2_\?ܮO_ 2_ 2  @!DpO LlTU  ,D!LQ#LSP5R5AC8РOBOVNd@t_NmAFB!AUQO @^PO. oؾO_PPAQpFF@\¿ AQpAO<6޿ Ap <5 4  @B!Ap!B^C pp   @ApA^C pp N C!A! p^C ppF@AIAq[@b*سO@P pG LILP @Q :¿@PpG@O:]ܿ@pGA! _1@SL ppGL@:@ LI;A  S   0L1Lр@pGOFOВ Bѓ KFр@@@@pG@@@@pGO RS  iТ IO@ 7OSCC @B8[B}O B$[@ Q$Q@\$@$@_*?PB@P pG LLP 2¿@PpG@O:7L@:@ LI;A  S B} pFv K?LFn0L1L0B\1C<_O<O O MO@OA"l#lRS X8op@pG"l_@,#l_A,] pGFFaF(HM  ]M4 ]M ]M ]M4 ]O@OOb O#CCO#@BpGOpGaB@o@pGOpGK{DFh !F^@8 IJ%"F!F# 3)O D"02zT2F9CBI#syD `I"yDTK{Dh , L|D#x+-W##pK"{Dp -O FY#F Fl#owGC)F Fz`K8`4sKF{DhhF)Fc 0F)FlF|-C/K${D `,O-MD8`}DF(`!F"0F'KHF{D&K{D!(h KDX`I0`yD HxDPJzDC-`+hIKyDOr{D /'0hd(h8hj F nT(w-^aI|II IIIIIIIIڼIԼIμIȼI¼I(I,I4I8IXIpItIIIIIzItInIh,Ib<I\@IVLIPhIJ|IDI>$I8\I2`I,dI&8I <IDILIPI\I`IdIIIH1yf*H%a, %b %e%R%I:%MRESOURCE_ID_ROBOTO_BOLD_SUBSET_49RESOURCE_ID_ROBOTO_CONDENSED_21RESOURCE_ID_LECO_20_BOLD_NUMBERS---shadow.cDone initializing, pushed window: %pXxx, Xxx 0000:00PK“Uƽaplite/app_resources.pbpack-LsT:D+:1fPNG  IHDR쒸oIDATxcc }210< o`qA$3 @## ") %AIo```?`sz(Ի!oIENDB`H?7?????j<~#?0s'H=?|/>??S(?Op2| s??Ã>ϙ?߼?>??}>?ߟ|???w7G`@s0?8x? ``2c 0ȡ `PKÓU Wtooaplite/manifest.json{"manifestVersion": 2, "generatedBy": "DESKTOP-PSQDLD8", "generatedAt": 1670866206, "application": {"timestamp": 1670866204, "sdk_version": {"major": 5, "minor": 78}, "crc": 2957157537, "name": "pebble-app.bin", "size": 6608}, "debug": {}, "type": "application", "resources": {"timestamp": 1670866204, "crc": 3413281378, "name": "app_resources.pbpack", "size": 5844}}PK“UG appinfo.jsonPKÓUmb}6 pebble-js-app.jsPKÓUϋ opebble-js-app.js.mapPKÓU|3aplite/pebble-app.binPK“Uƽ64aplite/app_resources.pbpackPKÓU WtooCKaplite/manifest.jsonPKL