Code for the littler Buttons the Computer used in the Turing Machine portion of the book.
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.
 
buttons-computer/static/manifest.json

20 lines
407 B

{
"background_color": "#ffffff",
"theme_color": "#333333",
"name": "Buttons the Computer",
"short_name": "Buttons",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
]
}