Hamcha
eade73f9f5
All checks were successful
continuous-integration/drone/push Build is passing
Includes: - Basic layout - Card list - Filter cards by set/color - Filter cards by type - Filter cards by rule text - Add/remove cards to decklist - Export deck to ponyhead URL
19 lines
No EOL
425 B
JSON
19 lines
No EOL
425 B
JSON
{
|
|
"name": "mcgvue",
|
|
"short_name": "mcgvue",
|
|
"icons": [{
|
|
"src": "./images/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./images/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#4DBA87"
|
|
} |