{
  "dir": "ltr",
  "lang": "en",
  "name": "Life Counter - CSTRSK",
  "short_name": "Life Counter",
  "description": "Card Game Life Counter",
  "scope": "/Life-Counter/",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "icons": [
    {
      "src": "icon/icon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon/icon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}