{
  "name": "DeckCheck",
  "short_name": "DeckCheck",
  "description": "Download the DeckCheck app for better performance and quicker access.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#15161a",
  "theme_color": "#0ba5e9",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "utilities"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/static/images/logo/dc-icon-logo.png",
      "sizes": "1000x1000",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logo/dc-icon-logo-512.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/artwork/site-preview.jpg",
      "sizes": "2912x1632",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "DeckCheck Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Deck Scanner",
      "short_name": "DeckScan",
      "description": "Scan and analyze your Commander deck",
      "url": "/app/power",
      "icons": [
        {
          "src": "/static/images/logo/dc-icon-logo.png",
          "sizes": "1000x1000",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Deck Builder",
      "short_name": "Builder",
      "description": "Build new Commander decks",
      "url": "/app/builder",
      "icons": [
        {
          "src": "/static/images/logo/dc-icon-logo.png",
          "sizes": "1000x1000",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Decks",
      "short_name": "Decks",
      "description": "Manage your deck collection",
      "url": "/app/decks",
      "icons": [
        {
          "src": "/static/images/logo/dc-icon-logo.png",
          "sizes": "1000x1000",
          "type": "image/png"
        }
      ]
    }
  ]
}
