{
  "name": "Letter Loom",
  "short_name": "LetterLoom",
  "description": "The most fun card game ever!",
  "start_url": "./?fromPWA=1",
  "scope": "./",
  "display": "fullscreen",
  "background_color": "#73C2FB",
  "theme_color": "#73C2FB",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
