{
  "name": "Forest Pixel",
  "short_name": "Forest Pixel",
  "description": "Forest Pixel — Web3 Multiplayer Game",
  "lang": "en",
  "start_url": "/en/index.html?app=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#06100b",
  "theme_color": "#07111f",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/assets/fpx.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/fpx.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Online",
      "short_name": "Online",
      "description": "Enter the online world of Forest Pixel",
      "url": "/en/multi.html?mode=pwa",
      "icons": [
        {
          "src": "/assets/fpx.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}