Path: blob/main/projects/draw-the-hill/appmanifest.json
1834 views
{1"name": "Draw the Hill",2"short_name": "Draw the Hill",3"description": "",4"start_url": "index.html",5"display": "fullscreen",6"orientation": "landscape",7"background_color": "#ffffff",8"icons": [9{10"src": "icons/icon-16.png",11"sizes": "16x16",12"type": "image/png"13},14{15"src": "icons/icon-32.png",16"sizes": "32x32",17"type": "image/png"18},19{20"src": "icons/icon-64.png",21"sizes": "64x64",22"type": "image/png"23},24{25"src": "icons/icon-128.png",26"sizes": "128x128",27"type": "image/png"28},29{30"src": "icons/icon-256.png",31"sizes": "256x256",32"type": "image/png"33},34{35"src": "icons/icon-512.png",36"sizes": "512x512",37"type": "image/png"38}39]40}4142