mtgcsv/manifest.json

29 lines
668 B
JSON
Raw Permalink Normal View History

2024-08-21 03:23:06 +02:00
{
"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": [
{
2024-08-22 00:03:33 +02:00
"src": "assets/icon.png",
2024-08-21 03:23:06 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
2024-08-22 00:03:33 +02:00
"src": "assets/icon.png",
2024-08-21 03:23:06 +02:00
"sizes": "512x512",
"type": "image/png"
}
2024-08-21 05:56:37 +02:00
],
"id": "pro.cfultz.mtgcsv",
"dir": "auto",
"lang": "en",
"orientation": "any",
"categories": [
"games",
"utilities"
2024-08-21 03:23:06 +02:00
]
2024-08-21 05:56:37 +02:00
}