{
  "name": "Yarizan",
  "short_name": "Yarizan",
  "description": "Yarizan is a PWA offering tools like random number generation, game scoreboards, and a Trix scoreboard to enhance your gaming and utility experience.",
  "id": "./",
  "start_url": "./",
  "orientation": "portrait-primary",
  "launch_handler": {
    "client_mode": "auto"
  },
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "categories": [
    "games"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "background_color": "#ffffff",
  "theme_color": "#02071D",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "shortcuts": [
    {
      "name": "Random Number",
      "url": "/randomnumber",
      "description": "Generate a random number between two numbers.",
      "icons": [
        {
          "src": "icons/randomnumber.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Scoreboard",
      "url": "/scoreboard",
      "description": "Create a scoreboard for your game.",
      "icons": [
        {
          "src": "icons/scoreboard.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Trix",
      "url": "/trix",
      "description": "Create a Trix scoreboard.",
      "icons": [
        {
          "src": "icons/trix.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/01.jpg",
      "sizes": "979x1920"
    },
    {
      "src": "screenshots/02.jpg",
      "sizes": "979x1920"
    },
    {
      "src": "screenshots/03.jpg",
      "sizes": "979x1920"
    },
    {
      "src": "screenshots/04.jpg",
      "sizes": "979x1920"
    },
    {
      "src": "screenshots/05.jpg",
      "sizes": "979x1920"
    },
    {
      "src": "screenshots/06.jpg",
      "sizes": "979x1920"
    }
  ]
}