mtgcsv/manifest.json
Caleb Fultz ba4a7638c0 Initial
2024-08-20 21:23:06 -04:00

22 lines
503 B
JSON

{
"name": "MTG Card CSV Generator",
"short_name": "MTG CSV",
"start_url": ".",
"display": "standalone",
"background_color": "#cc5200",
"theme_color": "#007acc",
"description": "A PWA for generating CSV files with Magic: The Gathering card details",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}