Created
January 8, 2017 21:33
-
-
Save pepelsbey/cc33a57c60aac4e755f12f6f5089c7f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lang": "ru", | |
"dir": "ltr", | |
"name": "Супергонщик 3000", | |
"description": "Потрясающая футуристичная гоночная игра из будущего!", | |
"short_name": "Гонщик3K", | |
"icons": [{ | |
"src": "icon/lowres.webp", | |
"sizes": "64x64", | |
"type": "image/webp" | |
},{ | |
"src": "icon/lowres.png", | |
"sizes": "64x64" | |
}, { | |
"src": "icon/hd_hi", | |
"sizes": "128x128" | |
}], | |
"scope": "/racer/", | |
"start_url": "/racer/start.html", | |
"display": "fullscreen", | |
"orientation": "landscape", | |
"theme_color": "aliceblue", | |
"background_color": "red", | |
"screenshots": [{ | |
"src": "screenshots/in-game-1x.jpg", | |
"sizes": "640x480", | |
"type": "image/jpeg" | |
},{ | |
"src": "screenshots/in-game-2x.jpg", | |
"sizes": "1280x920", | |
"type": "image/jpeg" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment