{
  "_comment": "Tên app hiển thị khi thêm ra màn hình chính mobile",

  "name": "KRAKENGINE",
  "short_name": "KRAKEN",
  "description": "Fast And Optimize",
  "start_url": "/",
  "display": "standalone",

  "background_color": "#053345",
  "theme_color": "#053345",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
