{
  "name": "Toastcat",
  "short_name": "Toastcat",
  "description": "The official home of Toast Cat online. Watch the Toast Cat Movie, visit the Toastarena, play the Cheese Game, and shop Toast Cat merch!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#fed832",
  "theme_color": "#fed832",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}