mlpcardgame/public/manifest.json
Hamcha eade73f9f5
All checks were successful
continuous-integration/drone/push Build is passing
Add basic deck builder (#12)
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
2019-09-12 09:11:32 +00:00

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"
}