{
  "name": "とりあえず占い。",
  "short_name": "占い",
  "description": "12星座の無料占いサイト。今日の運勢・相性診断・タロットを毎日更新。",
  "start_url": "/uranai.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0612",
  "theme_color": "#0a0612",
  "lang": "ja",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/ogp.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "shortcuts": [
    {
      "name": "今日の運勢を占う",
      "short_name": "星座占い",
      "description": "生年月日を入力して今日の運勢を占う",
      "url": "/uranai.html",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "星座ランキング",
      "short_name": "ランキング",
      "description": "今日の12星座運勢ランキング",
      "url": "/ranking.html",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "相性診断",
      "short_name": "相性",
      "description": "2つの星座の相性を診断",
      "url": "/compatibility.html",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
