{
  "name": "A Tech Project",
  "short_name": "A Tech Project",
  "description": "Understand the systems shaping modern life.",

  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5ffe0",
  "theme_color": "#f5ffe0",
  "icons": [
    {
      "src": "/recycle-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/recycle-icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/recycle-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/recycle-icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}