{
  "name": "memo.js: Classic Board Game with jQuery",
  "short_name": "memo.js",
  "description": "Play the classic Memory card game, built with jQuery: flip the cards, match every pair, and beat the clock.",
  "lang": "en",
  "categories": ["games"],
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#111111",
  "icons": [
    { "src": "image/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "image/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "image/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
