mirror of
https://github.com/cfultz/mtgcsv.git
synced 2024-11-21 17:00:04 +01:00
29 lines
654 B
JSON
29 lines
654 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"
|
|
}
|
|
],
|
|
"id": "pro.cfultz.mtgcsv",
|
|
"dir": "auto",
|
|
"lang": "en",
|
|
"orientation": "any",
|
|
"categories": [
|
|
"games",
|
|
"utilities"
|
|
]
|
|
} |