{
    "id": "microbit",
    "name": "code micro:bit",
    "title": "code micro:bit",
    "corepkg": "microbit",
    "bundleddirs": [
        "libs/microbit",
        "libs/microbit-radio"
    ],
    "cloud": {
        "workspace": false,
        "packages": true
    },
    "blocksprj": {
        "id": "blocksprj",
        "config": {
            "name": "{0} block",
            "dependencies": {
                "microbit": "*",
                "microbit-radio": "*"
            },
            "description": "",
            "files": [
                "main.blocks",
                "main.ts",
                "README.md"
            ]
        },
        "files": {
            "main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
            "main.ts": "\n",
            "README.md": "Describe your project here!"
        }
    },
    "tsprj": {
        "id": "tsprj",
        "config": {
            "name": "{0} bit",
            "dependencies": {
                "microbit": "*",
                "microbit-radio": "*"
            },
            "description": "",
            "files": [
                "main.ts",
                "README.md"
            ]
        },
        "files": {
            "main.ts": "basic.showString('Hello!')\n",
            "README.md": "Describe your project here!"
        }
    },
    "compile": {
        "isNative": false,
        "hasHex": true,
        "deployDrives": "^MICROBIT"
    },
    "runtime": {
      "mathBlocks": true,
      "loopsBlocks": true,
      "logicBlocks": true,
      "variablesBlocks": true
    },
    "simulator": {
        "autoRun": true
    },
    "compileService": {
        "gittag": "v0.1.8",
        "serviceId": "ws"
    },
    "serial": {
        "manufacturerFilter": "^mbed$",
        "nameFilter": "^mbed Serial Port",
        "log": true
    },
    "appTheme": {
        "logoUrl": "https://codemicrobit.com/about",
        "logo": "./static/logo.svg",
        "docsLogo": "./static/docslogo.svg",
        "portraitLogo":"./static/portraitlogo.svg",
        "footerLogo": "./static/footerlogo.svg",
        "homeUrl": "https://codemicrobit.com/",
        "embedUrl": "https://codemicrobit.com/",
        "koduUrl": "https://www.kodugamelab.com/bbc-microbit/",
        "visualStudioCode": true,
        "docMenu": [
            {
                "name": "About",
                "path": "/about"
            },
            {
                "name": "Lessons",
                "path": "/lessons"
            },
            {
                "name": "Reference",
                "path": "/reference"
            },
            {
                "name": "Device",
                "path": "/device"
            }
        ]
    }
}