{
  "name": "Ping! - ワンタップで、つながる",
  "short_name": "Ping!",
  "description": "遠距離カップル・家族向けワンタップ通知アプリ。「帰るよ」「起きたよ」をワンタップで送信。LINEより軽い、2人だけのコミュニケーション。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#FF7B7B",
  "orientation": "portrait",
  "lang": "ja",
  "scope": "/",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "帰るよ 🏠",
      "short_name": "帰るよ",
      "description": "「帰るよ」を送信",
      "url": "/quick?action=going-home",
      "icons": [
        {
          "src": "/shortcuts/home.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "おやすみ 🌙",
      "short_name": "おやすみ",
      "description": "「おやすみ」を送信",
      "url": "/quick?action=goodnight",
      "icons": [
        {
          "src": "/shortcuts/moon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "起きたよ ☀️",
      "short_name": "起きたよ",
      "description": "「起きたよ」を送信",
      "url": "/quick?action=wakeup",
      "icons": [
        {
          "src": "/shortcuts/sun.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "ありがとう 💕",
      "short_name": "ありがとう",
      "description": "「ありがとう」を送信",
      "url": "/quick?action=thanks",
      "icons": [
        {
          "src": "/shortcuts/heart.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
