{
  "name": "Pop & Profit",
  "short_name": "Pop & Profit",
  "description": "Pop balloons to win real money — a mobile game powered by Deriv.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",

  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait-primary",

  "theme_color": "#b81120",
  "background_color": "#f4fafd",

  "prefer_related_applications": false,
  "categories": ["games", "entertainment", "finance"],

  "icons": [
    {
      "src": "/icons/app-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Play Demo",
      "short_name": "Demo",
      "description": "Jump straight into demo mode",
      "url": "/?mode=demo",
      "icons": [{ "src": "/icons/app-logo.png", "sizes": "any", "type": "image/png" }]
    }
  ],

  "screenshots": [
    {
      "src": "/icons/screenshot-game.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game board — pop balloons to reveal prizes"
    }
  ]
}
