{
  "name": "Decklist.gg - MTG Deck Registration Sheet Generator",
  "short_name": "Decklist.gg",
  "description": "Generate Magic: The Gathering deck registration sheets for tournaments. Support for 20+ formats including Standard, Modern, Commander, Pioneer, and Legacy.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#fafaf9",
  "background_color": "#fafaf9",
  "categories": ["games", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/app-screenshot.png",
      "sizes": "2892x1826",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Deck Sheet",
      "short_name": "New Sheet",
      "description": "Start creating a new deck registration sheet",
      "url": "/",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
