{
  "name": "NET CITY β - リアルタイムチャット",
  "short_name": "NET CITY",
  "description": "みんながつながる仮想の街。リアルタイムでチャットを楽しもう！",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#00ffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "social",
    "entertainment"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "チャットに入る",
      "short_name": "チャット",
      "description": "すぐにチャットを開始",
      "url": "./html/city.html"
    }
  ]
}
