{
  "name": "Rock Paper Scissor",
  "short_name": "Rock Paper Scissor",
  "start_url": "https://denver966.github.io/RockPaperScissor/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
    "icons": [
    {
      "src": "https://denver966.github.io/RockPaperScissor/icons.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://denver966.github.io/RockPaperScissor/icon2.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "description": "A simple and fun Rock Paper Scissors game built with HTML, CSS, and JavaScript.",
  "orientation": "portrait",
  "id": "/rock-paper-scissor-app",
  "screenshots": [
    {
      "src": "https://denver966.github.io/RockPaperScissor/screenshots/1.jpeg", 
      "sizes": "690x865",
      "type": "image/jpeg"
    },
    {
      "src": "https://denver966.github.io/RockPaperScissor/screenshots/2.jpeg",
      "sizes": "644x865",
      "type": "image/jpeg"
    },
    {
      "src": "https://denver966.github.io/RockPaperScissor/screenshots/3.jpeg",
      "sizes": "659x865",
      "type": "image/jpeg"
    },
    {
      "src": "https://denver966.github.io/RockPaperScissor/screenshots/4.jpeg",
      "sizes": "627x853",
      "type": "image/jpeg"
    }
  ]
}
