{
  "name": "Draw2Magic",
  "short_name": "Draw2Magic",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1a1a1a",
  "description": "Ready your brush. Draw your own grimoire arrays to cast elemental magic and heal your wounds in fast-paced tactile wizard duels.",
  "orientation": "any",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}