card-grader/static/manifest.json

17 lines
748 B
JSON

{
"name": "Card Grader",
"short_name": "Card Grader",
"description": "Estimate a trading card's PSA grade from photos.",
"start_url": "__BASE__/",
"scope": "__BASE__/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#eef0f4",
"theme_color": "#ffffff",
"icons": [
{ "src": "__BASE__/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "__BASE__/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "__BASE__/static/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
{ "src": "__BASE__/static/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
]
}