{
  "name": "ukiyo news - 日本発・世界発のニュースを多角的に翻訳・解説。様々な言語同時配信で「私たちの世界」をもっと立体的に",
  "short_name": "ukiyo news",
  "description": "「日本の視点で読む世界、世界の視点で読む日本」を掲げる多言語ニュースメディアです。政治・経済からカルチャーまで、単なる翻訳に留まらない背景解説とデータビジュアライゼーションで情報格差を埋めます。あらゆる読者へ「多視点」を提供するプラットフォームを目指します。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#041f42",
  "orientation": "portrait-primary",
  "categories": ["news", "sports", "entertainment"],
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "最新ニュース",
      "short_name": "ニュース",
      "description": "最新のニュース記事を表示",
      "url": "/news",
      "icons": [{ "src": "/assets/images/icons/news-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "スポーツ",
      "short_name": "スポーツ",
      "description": "スポーツニュースを表示",
      "url": "/sports",
      "icons": [{ "src": "/assets/images/icons/sports-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ukiyo News デスクトップ版"
    },
    {
      "src": "/assets/images/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ukiyo News モバイル版"
    }
  ]
} 