{
  "id": "/",
  "name": "OgoRoulette — おごりをルーレットで決めよう",
  "short_name": "OgoRoulette",
  "description": "飲み会・合コン・社内ランチ。おごりを公平にルーレットで決める無料アプリ。",
  "lang": "ja",
  "dir": "ltr",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B1B2B",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "categories": [
    "games",
    "utilities",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OgoRoulette — おごりをルーレットで決めよう"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "最近のグループ",
      "short_name": "グループ",
      "url": "/home?tab=groups",
      "description": "最近使ったグループから始める",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "新しいルームを作る",
      "short_name": "新規ルーム",
      "url": "/room/create",
      "description": "すぐにルーレットを始める",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}