{
  "short_name": "Solo Solitaire",
  "name": "Solo Solitaire - Free Online Classic & Spider Solitaire Games",
  "description": "Play free online solitaire games including Classic Klondike and Spider Solitaire. No download required. Compete on leaderboards and track your progress.",
  "categories": ["games", "entertainment", "cards"],
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#15803d",
  "background_color": "#166534",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Classic Solitaire",
      "short_name": "Classic",
      "description": "Play Classic Klondike Solitaire",
      "url": "/?game=classic",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "64x64 32x32 24x24 16x16",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Spider Solitaire",
      "short_name": "Spider",
      "description": "Play Spider Solitaire",
      "url": "/spider?utm_source=pwa",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "64x64 32x32 24x24 16x16",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Scores",
      "description": "View leaderboard and high scores",
      "url": "/leaderboard?utm_source=pwa",
      "icons": [
        {
          "src": "favicon.ico",
          "sizes": "64x64 32x32 24x24 16x16",
          "type": "image/x-icon"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Solo Solitaire gameplay on desktop"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Solo Solitaire gameplay on mobile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
