{
  "name": "DOTCONQUEST",
  "short_name": "DOTCONQUEST",
  "description": "A turn-based dot-and-line territory strategy game where players draw lines, reserve triangle and star land, and battle AI or friends.",
  "lang": "en",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f7f2",
  "theme_color": "#151515",
  "prefer_related_applications": false,
  "categories": ["games", "strategy", "board"],
  "icons": [
    {
      "src": "dotconquest-logo-vo30.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "dotconquest-logo-vo30-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "dotconquest-logo-vo30-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}







