{
  "name": "Prism Riot — Color Card Game",
  "short_name": "Prism Riot",
  "description": "Free original colour-matching card game with 65 modes. Works offline.",
  "start_url": "/play/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07081a",
  "theme_color": "#07081a",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Quick duel", "url": "/play/duel/?play=1", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily challenges", "url": "/daily/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
