{
  "name": "Coffee of two コーヒーカード",
  "short_name": "Coffee of two コーヒーカード",
  "description": "毎日のコーヒーカードによる運勢占い",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8D6E63",
  "background_color": "#5D4037",
  "lang": "ja",
  "categories": ["lifestyle", "entertainment"],
  "icons": [
    {
      "src": "images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日の運勢",
      "short_name": "今日の運勢",
      "description": "今日のラッキーカードを確認",
      "url": "/?daily=true",
      "icons": [{ "src": "images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ワンオラクル",
      "short_name": "ワンオラクル",
      "description": "1枚のカードを引く",
      "url": "/?onecard=true",
      "icons": [{ "src": "images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "スリーカード",
      "short_name": "スリーカード",
      "description": "3枚のカードを引く",
      "url": "/?threecards=true",
      "icons": [{ "src": "images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=jp.example.coffeeoftwo",
      "id": "jp.example.coffeeoftwo"
    }
  ],
  "prefer_related_applications": false
}