{
  "name": "Magic Path - Maze Game",
  "short_name": "Magic Path",
  "description": "An engaging maze game with smooth gameplay, multiple difficulty levels, and beautiful visual effects.",
  "start_url": "./index.jsp",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "img/MagicPath-02-min.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/MagicPath-02-min.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/MagicPath-02-min.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games"],
  "screenshots": [
    {
      "src": "img/MagicPath-02-min.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "img/MagicPath-02-min.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Easy Mode",
      "short_name": "Easy",
      "description": "Start game on Easy difficulty",
      "url": "./index.jsp?difficulty=easy",
      "icons": [
        {
          "src": "img/MagicPath-02-min.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Hard Mode",
      "short_name": "Hard",
      "description": "Start game on Hard difficulty",
      "url": "./index.jsp?difficulty=hard",
      "icons": [
        {
          "src": "img/MagicPath-02-min.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
