{
  "name": "샵엔트리",
  "short_name": "샵엔트리",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#7b2cbf",
  "orientation": "any",
  "icons": [
    {
      "src": "images/icon_game.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "images/icon_game.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "images/icon_game.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+shopentry",
      "url": "/shop_entry/index.php?url=%s"
    }
  ]
}
