{
  "id": "/index.html",
  "name": "Pants on Fire",
  "short_name": "Pants on Fire",
  "description": "A fast party storytelling game where players decide if a story is true or if someone's pants are on fire.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f5f5",
  "theme_color": "#2e7d32",
  "icons": [
    {
      "src": "/img/android-chrome-192x192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-512x512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}