{
  "name": "Dots Battle - Strategic Multiplayer Territory Game",
  "short_name": "Dots Battle",
  "description": "Strategic multiplayer territory game. Place dots, connect them, capture territories. Challenge players worldwide, complete 150+ levels, climb global leaderboards!",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0eef5",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "id": "dots-battle-pwa",
  "icons": [
    {
      "src": "/logo_dots.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_dots.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo_dots.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/banner.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dots Battle Game Preview"
    }
  ],
  "categories": ["games", "strategy", "puzzle", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mkteam.dots_battle",
      "id": "com.mkteam.dots_battle"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/dots-battle-king/id6754232429",
      "id": "6754232429"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start playing Dots Battle",
      "url": "/#download",
      "icons": [{ "src": "/logo_dots.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
