{
  "name": "Froggy Jumper",
  "short_name": "Froggy",
  "description": "A fun and addictive jumping game starring a cute frog!",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#2c3e50",
  "theme_color": "#43A047",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "id": "jump_frog_jump.twa",
  "categories": [
    "games",
    "arcade"
  ],
  "iarc_rating_id": "e982782e-8367-4fd9-8581-9f9392e2136e",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=jump_frog_jump.twa",
      "id": "jump_frog_jump.twa"
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "411x893",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main Menu"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "455x976",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gameplay"
    },
    {
      "src": "screenshot-wide-1.png",
      "sizes": "1583x783",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Main Menu (Wide)"
    },
    {
      "src": "screenshot-wide-2.png",
      "sizes": "1583x783",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Gameplay (Wide)"
    }
  ]
}