Path: blob/main/projects/temple-run-2/appmanifest.json
1834 views
{1"name": "Temple Run 2",2"short_name": "Temple Run 2",3"description": "Play one of the top mobile games made by Imangi Studios right in your browser! Run as you are being chased, how far will you go?",4"version": "2.0",5"theme_color": "#000000",6"background_color": "#000000",7"display": "fullScreen",8"orientation": "any",9"start_url": "index.html",10"icons": [11{12"src": "img/icons/icon-72x72.png",13"sizes": "72x72",14"type": "image/png"15},16{17"src": "img/icons/icon-96x96.png",18"sizes": "96x96",19"type": "image/png"20},21{22"src": "img/icons/icon-128x128.png",23"sizes": "128x128",24"type": "image/png"25},26{27"src": "img/icons/icon-144x144.png",28"sizes": "144x144",29"type": "image/png"30},31{32"src": "img/icons/icon-152x152.png",33"sizes": "152x152",34"type": "image/png"35},36{37"src": "img/icons/icon-192x192.png",38"sizes": "192x192",39"type": "image/png"40},41{42"src": "img/icons/icon-384x384.png",43"sizes": "384x384",44"type": "image/png"45},46{47"src": "img/icons/icon-512x512.png",48"sizes": "512x512",49"type": "image/png"50}51]52}5354