{
    "name": "AFK Studio",
    "short_name": "AFK",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#e80000",
    "description": "AFK Studio Page",
    "icons": [
      {
        "src": "/static/SC.ico",
        "sizes": "64x64 32x32 24x24 16x16",
        "type": "image/x-icon"
      },
      {
        "src": "/static/SC.icns",
        "sizes": "512x512",
        "type": "image/icns",
        "purpose": "any"
      }
        
    ]
  }