{
  "name": "The Improv Collective",
  "short_name": "Improv Collective",
  "description": "Browse a free library of improv games, warm-ups, rules, and teaching guides.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#292153",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "education", "games"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Browse improv games",
      "short_name": "Games",
      "description": "Open the improv game library.",
      "url": "/games",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Improv resources",
      "short_name": "Resources",
      "description": "Open improv guides and community resources.",
      "url": "/resources",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
