{
  "name": "天下ご麺 ゲームセンター",
  "short_name": "天下ご麺",
  "description": "日向市 あんかけ焼きそば 天下ご麺 — 店主と対決するミニゲーム集",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e0502",
  "theme_color": "#c0392b",
  "lang": "ja",
  "categories": ["games", "entertainment", "food"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "店主を倒せ",
      "short_name": "GAME1",
      "url": "./game1.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "PK対決",
      "short_name": "GAME2",
      "url": "./game2.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "スライドパズル",
      "short_name": "GAME3",
      "url": "./game3.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "天下ご麺 GP",
      "short_name": "GAME4",
      "url": "./game4.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
