{
  "name": "うみうしゲーム",
  "short_name": "うみうし",
  "description": "同じうみうしをくっつけて大きくしよう！",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a5f7a",
  "theme_color": "#159895",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
