{
  "id": "/app/",

  "name": "SoFiNB Math Game",
  "short_name": "SoFiNB Math",
  "description": "SoFiNB：Fast・Fun・Free・ForAll・ForFuture by TrongNT&ThoaiBTT",

  "start_url": "/app/",
  "scope": "/app/",

  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],

  "background_color": "#F0F4F8",
  "theme_color": "#4ECDC4",

  "orientation": "portrait",

  "icons": [
        {
            "src": "/app/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/app/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
  "related_applications": [],
  "prefer_related_applications": false
}
