{ "name": "c64", "author": "Reiner Herrmann", "version": "0.1.0", "keywords": ["pebble-app"], "private": true, "dependencies": {}, "pebble": { "displayName": "C=64", "uuid": "ca4c3839-9b6d-469a-ba3b-7864b3a1f53c", "sdkVersion": "3", "enableMultiJS": false, "targetPlatforms": [ "aplite", "basalt", "diorite", "emery", "flint" ], "watchapp": { "watchface": true }, "messageKeys": [ "dummy" ], "resources": { "media": [ { "menuIcon": true, "type": "png", "name": "IMAGE_MENU_ICON", "file": "images/C64-logo.png" }, { "characterRegex": "[0-9:]", "type": "font", "name": "FONT_COMMODORE_58", "file": "fonts/BA67.ttf", "compatibility": "2.8", "targetPlatforms":[ "emery" ] }, { "characterRegex": "[A-Za-z0-9 *.:%]", "type": "font", "name": "FONT_COMMODORE_16", "file": "fonts/BA67.ttf", "compatibility": "2.8", "targetPlatforms":[ "emery" ] }, { "characterRegex": "[0-9:]", "type": "font", "name": "FONT_COMMODORE_48", "file": "fonts/BA67.ttf", "compatibility": "2.8", "targetPlatforms":[ "aplite", "basalt", "diorite", "flint" ] }, { "characterRegex": "[A-Za-z0-9 *.:%]", "type": "font", "name": "FONT_COMMODORE_15", "file": "fonts/BA67.ttf", "compatibility": "2.8", "targetPlatforms":[ "aplite", "basalt", "diorite", "flint" ] } ] } } }