{
  "name": "Whats2",
  "short_name": "Whats2",
  "description": "Funny Whac-A-Mole arcade game",
  "display": "standalone",
  "orientation": "any",
  "start_url": ".",
  "background_color": "#20140b",
  "theme_color": "#20140b",
  "icons": [
    {
      "src": "images/icon/pwa_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon/pwa_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}