{
  "short_name": "BuyTicket",
  "name": "Buy Ticket App",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "buy-ticket-logo.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "buy-ticket-logo.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "./",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "description": "An app to buy tickets",
  "screenshots": [
    {
      "src": "screenshot1.png",
      "type": "image/png",
      "sizes": "1080x1920"
    }
  ],
  "categories": [
    "entertainment"
  ],
  "iarc_rating_id": "IARC-3",
  "lang": "en-US"
}