﻿{
  "name": "業務メモ記録アプリ", 

  "short_name": "TODOアプリ",

  "start_url": "/todo/index.html",

  "scope": "/todo",

  "display": "standalone",

  "background_color": "#ffffff",

  "theme_color": "#2C2C2C",

  "icons": [
    {
      "src": "/todo/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/todo/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}