{
  "name": "Jymgo! Buddy",
  "short_name": "Jymgo!",
  "description": "Your ultimate companion for the Jymgo! experience.",
  "start_url": "./",
  "display": "fullscreen",
  "background_color": "#FF0080",
  "theme_color": "#FF0080",
  "orientation": "portrait",
  "icons": [
    {
      "src": "PWA/icons/android/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "PWA/icons/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "id": "jymgo",
  "dir": "ltr",
  "scope": "https://jymgo.app/",
  "lang": "en",
  "categories": [
    "entertainment",
    "games"
  ],
  "screenshots" : [
    {
      "src": "PWA/Screenshot_1.png",
      "sizes": "1080x1829",
      "type": "image/png"
    },
    {
      "src": "PWA/Screenshot_2.png",
      "sizes": "1080x1829",
      "type": "image/png"
    }
  ]
}