﻿{
  "name": "のんびりひとやすみ村 | 掲示板 ", 

  "short_name": "のんびりひとやすみ村",

  "start_url": "./index.html",

  "scope": "./",

  "display": "standalone",

  "background_color": "#ffffff",

  "theme_color": "#2C2C2C",

  "icons": [
    {
      "src": "./icon/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon/icon512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]

}