MTGRandom/manifest.json
2026-07-29 19:51:07 -04:00

21 lines
396 B
JSON

{
"short_name": "MTG Randomizer",
"description": "Magic the Gathering random card display application",
"icons": [
{
"src": "img/mtg_icon_512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/mtg_icon_192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.php",
"display": "fullscreen",
"scope": "/"
}