{
  "name": "단편.ai - AI 웹소설 생성 플랫폼",
  "short_name": "단편.ai",
  "description": "줄거리만 입력하면 30초 만에 웹소설 1화가 완성됩니다. AI가 만드는 개인화된 스토리텔링 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#494C91",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["entertainment", "books", "writing", "productivity", "education"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-main.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "메인 화면에서 AI 웹소설 생성"
    },
    {
      "src": "/screenshots/mobile-editor.png", 
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "에디터에서 4컷만화 편집"
    },
    {
      "src": "/screenshots/desktop-main.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "platform": "wide",
      "label": "데스크톱 메인 화면"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "새 소설 만들기",
      "short_name": "새 소설",
      "description": "AI로 새로운 웹소설 생성하기",
      "url": "/?action=new-novel",
      "icons": [
        {
          "src": "/icons/shortcut-novel.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "4컷만화 만들기",
      "short_name": "4컷만화",
      "description": "AI로 4컷만화 생성하기",
      "url": "/?action=comic",
      "icons": [
        {
          "src": "/icons/shortcut-comic.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "내 작품",
      "short_name": "작품",
      "description": "내가 만든 작품들 보기",
      "url": "/my-works",
      "icons": [
        {
          "src": "/icons/shortcut-myworks.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.danpyeon.ai",
      "url": "https://play.google.com/store/apps/details?id=com.danpyeon.ai"
    },
    {
      "platform": "itunes",
      "id": "com.danpyeon.ai",
      "url": "https://apps.apple.com/app/danpyeon-ai/id123456789"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+danpyeon",
      "url": "/handle-protocol?url=%s"
    }
  ]
}