penguinmod-editor-2 / static /manifest.webmanifest
soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame contribute delete
484 Bytes
{
"short_name": "PenguinMod",
"name": "PenguinMod",
"description": "Mod of TurboWarp that was made to allow for really cool projects.",
"icons": [
{
"src": "images/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "images/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "editor",
"background_color": "#333333",
"display": "standalone",
"theme_color": "#333333"
}