{
  "name": "Ideasun - ひらめきを、みんなで育てる場所",
  "short_name": "Ideasun",
  "description": "日常のひらめきを企業に届けるアイデアプラットフォーム",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5a623",
  "theme_color": "#f5a623",
  "lang": "ja",
  "translations": {
    "en": {
      "name": "Ideasun - Where ideas come to life",
      "short_name": "Ideasun",
      "description": "An idea sharing platform connecting everyday ideas with companies"
    },
    "zh": {
      "name": "Ideasun - 让灵感成为现实的地方",
      "short_name": "Ideasun",
      "description": "将日常创意与企业连接起来的创意分享平台"
    },
    "ko": {
      "name": "Ideasun - 아이디어가 현실이 되는 곳",
      "short_name": "Ideasun",
      "description": "일상의 아이디어를 기업과 연결하는 아이디어 공유 플랫폼"
    }
  },
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/ogp.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Ideasun トップページ"
    },
    {
      "src": "/assets/screenshot-narrow.webp",
      "sizes": "390x844",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Ideasun モバイル画面"
    },
    {
      "src": "/assets/screenshot-wide.webp",
      "sizes": "1024x768",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Ideasun デスクトップ画面"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=jp.ideasun.twa",
      "id": "jp.ideasun.twa"
    }
  ],
  "share_target": {
    "action": "/idea-form.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "sharedTitle",
      "text": "sharedText",
      "url": "sharedUrl"
    }
  },
  "shortcuts": [
    {
      "name": "アイデア一覧",
      "short_name": "一覧",
      "url": "/idea-list.html",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "アイデアを投稿",
      "short_name": "投稿",
      "url": "/idea-form.html",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "ランキング",
      "short_name": "ランキング",
      "url": "/ranking.html",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "scope": "/",
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://ideasun.jp"
    },
    {
      "type": "origin",
      "origin": "https://www.ideasun.jp"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred"
}
