{
  "name": "IoT Button 管理画面",
  "short_name": "IoT Button",
  "description": "IoT Dashボタン管理・ログ閲覧アプリ",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "orientation": "portrait-primary",
  "lang": "ja",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "デバイス管理",
      "url": "./#devices",
      "description": "デバイスとアクションを管理"
    },
    {
      "name": "ログ確認",
      "url": "./#logs",
      "description": "ボタン押下ログを確認"
    }
  ]
}
