{
  "name": "SchoolBell",
  "short_name": "SchoolBell",
  "description": "学校向け時間割時計とベルタイマー",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#136f63",
  "lang": "ja",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "時計",
      "url": "./index.html#main"
    },
    {
      "name": "タイマー",
      "url": "./index.html#timer"
    }
  ]
}
