﻿{
  "name": "姿勢チェッカー",
  "short_name": "姿勢チェック",
  "description": "スマホのセンサーで猫背を検知し通知するアプリ",
  "start_url": "/shisei/index.html",
  "scope": "/shisei/",
  "display": "standalone",
  "background_color": "#fdfaf6",
  "theme_color": "#81c784",
  "icons": [
    {
      "src": "/shisei/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/shisei/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}