{
  "name": "rezi mate basic",
  "short_name": "rezi mate",
  "description": "飲食店向けの基本レジと席振り分けPWA",
  "start_url": "./index.html",
  "scope": "./",
  "display_override": ["fullscreen", "standalone"],
  "display": "standalone",
  "background_color": "#edf1ec",
  "theme_color": "#164b39",
  "orientation": "landscape",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
