{ "name": "Cook Without a Recipe", "short_name": "Cook", "description": "The five dials, a heat ladder drawn to scale, salt and ratio calculators, and ten techniques in the order they build.", "start_url": "index.html", "scope": "./", "display": "standalone", "orientation": "any", "background_color": "#E7E9E4", "theme_color": "#171A16", "categories": ["education", "food", "lifestyle"], "icons": [ { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Heat ladder", "url": "heat.html" }, { "name": "Salt calculator", "url": "kitchen.html" }, { "name": "Ten techniques", "url": "learn.html" } ] }