{
    "name": "T-MAX",
    "short_name": "T-MAX",
    "description": "T-MAX energy drink official app",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
      {
        "src": "/image/card.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/image/card.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }