{
  "short_name": "aipen",
  "name": "aipen - AI時代の小説投稿サイト",
  "description": "AI時代の新しい小説投稿プラットフォーム。作品を投稿し、読者と繋がり、新しい物語の世界を共有しましょう。",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2196F3",
  "background_color": "#ffffff",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["books", "entertainment", "social"],
  "shortcuts": [
    {
      "name": "新規投稿",
      "short_name": "投稿",
      "description": "新しい小説を投稿",
      "url": "/post-editor",
      "icons": [{ "src": "/icons/edit.png", "sizes": "96x96" }]
    },
    {
      "name": "トレンド",
      "short_name": "トレンド",
      "description": "人気急上昇の作品",
      "url": "/trending",
      "icons": [{ "src": "/icons/trending.png", "sizes": "96x96" }]
    },
    {
      "name": "マイページ",
      "short_name": "マイページ",
      "description": "自分の作品管理",
      "url": "/mypage",
      "icons": [{ "src": "/icons/user.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
