{
  "name": "星屑 — アイドル推し活アーカイブ",
  "short_name": "星屑",
  "description": "推しのキラメキを、集めて。現場ログ・サブスク・セトリ・カレンダーをまとめるアイドル推し活アプリ。",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0F1A",
  "theme_color": "#0A0F1A",
  "lang": "ja",
  "scope": "./",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "現場を追加",
      "short_name": "現場追加",
      "url": "./#/genba/new"
    },
    {
      "name": "予定を追加",
      "short_name": "予定追加",
      "url": "./#/calendar/event/new"
    }
  ]
}
