{
    "name": "Shelter from the Storm",
    "description": "Navigate through a seemingly abandoned house solving puzzles in this short point and click adventure game",
    "start_url": "/",
    "background_color": "#000000",
    "theme_color": "#0f4a73",
    "display": "fullscreen",
    "icons": [
      {
        "purpose": "maskable",
        "sizes": "48x48",
        "src": "icons/icon-48.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "72x72",
        "src": "icons/icon-72.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "96x96",
        "src": "icons/icon-96.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "128x128",
        "src": "icons/icon-128.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "192x192",
        "src": "icons/icon-192.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "256x256",
        "src": "icons/icon-256.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "384x384",
        "src": "icons/icon-384.png",
        "type": "image/png"
      },
      {
        "purpose": "maskable",
        "sizes": "512x512",
        "src": "icons/icon-512.png",
        "type": "image/png"
      },
      {
        "purpose": "any",
        "sizes": "512x512",
        "src": "icons/icon-512.png",
        "type": "image/png"
      }
    ],
    "screenshots" : [
    {
      "src": "icons/screenshot_title.webp",
      "sizes": "640x480",
      "type": "image/webp",
      "label": "Title screenshot",
      "form_factor": "wide"
    },
    {
      "src": "icons/screenshot_game.webp",
      "sizes": "640x480",
      "type": "image/webp",
      "label": "Game screenshot"
    }
  ]
}